Sort out versions for npm packages

This commit is contained in:
BoykoAlex
2017-08-02 15:17:31 -04:00
parent 7166e3d15c
commit aef48e1767
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pivotal-atom-languageclient-commons",
"version": "0.1.0",
"version": "0.0.1",
"description": "Atom language client commons for STS4 language servers",
"repository": "https://github.com/spring-projects/sts4",
"license": "MIT",

View File

@@ -17,7 +17,7 @@
"decompress": "^4.2.0",
"portfinder": "^1.0.13",
"remote-file-size": "^3.0.3",
"pivotal-atom-languageclient-commons": "file:../atom-commons"
"pivotal-atom-languageclient-commons": "0.0.1"
},
"devDependencies": {
"coffeelint": "^1.10.1"