Skip to content

Commit

Permalink
Merge pull request #2 from laughedelic/definitions
Browse files Browse the repository at this point in the history
Definitions support
  • Loading branch information
laughedelic authored Feb 2, 2018
2 parents 203ef3d + 1e75ed8 commit bd66e6f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,17 @@
"2.0.0": "consumeLinterV2"
}
}
},
"providedServices": {
"definitions": {
"versions": {
"0.1.0": "provideDefinitions"
}
},
"hyperclick": {
"versions": {
"0.1.0": "provideHyperclick"
}
}
}
}

0 comments on commit bd66e6f

Please sign in to comment.