Integrate shared jvm-utils into atom-extensions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pivotal-atom-languageclient-commons",
|
||||
"version": "0.0.19",
|
||||
"name": "@pivotal-tools/atom-languageclient-commons",
|
||||
"version": "0.0.1",
|
||||
"description": "Atom language client commons for STS4 language servers",
|
||||
"repository": "https://github.com/spring-projects/sts4",
|
||||
"license": "MIT",
|
||||
@@ -8,11 +8,12 @@
|
||||
"atom": ">=1.17.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pivotal-tools/jvm-launch-utils": "0.0.9",
|
||||
"atom-languageclient": "0.8.0",
|
||||
"decompress": "^4.2.0",
|
||||
"portfinder": "^1.0.13",
|
||||
"remote-file-size": "^3.0.3",
|
||||
"postinstall-build": "5.0.1"
|
||||
"postinstall-build": "5.0.1",
|
||||
"remote-file-size": "^3.0.3"
|
||||
},
|
||||
"main": "./build/lib/index",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user