Skip to content

Commit

Permalink
Update version number and remove tree-view from consumedServices in p…
Browse files Browse the repository at this point in the history
…ackage.json

My aim is to try to get the current features to work before starting to work on new features.
  • Loading branch information
SunderB committed Mar 2, 2018
1 parent f2b7f7b commit 217e5c9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sb-atom-sonic-pi",
"main": "./lib/sb-atom-sonic-pi",
"version": "d28-02-2018-1",
"version": "1.0.0-dev.02-03-2018-1",
"description": "Sonic Pi Atom integration. Based on rkh/atom-sonic.",
"keywords": [],
"providedServices": {
Expand All @@ -11,13 +11,6 @@
}
}
},
"consumedServices": {
"tree-view": {
"versions": {
"^1.0.0": "consumeTreeView"
}
}
},
"repository": "https://github.com/sunderb/sb-atom-sonic-pi",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 217e5c9

Please sign in to comment.