Integrate shared jvm-utils into atom-extensions

This commit is contained in:
Kris De Volder
2018-02-27 16:44:33 -08:00
parent 40a6ad233f
commit 72f49480d6
13 changed files with 111 additions and 118 deletions

View File

@@ -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": [