Make commons-vscode a scoped package

This commit is contained in:
Kris De Volder
2018-04-02 09:40:49 -07:00
parent 58caf0d03e
commit c4da17aa72
10 changed files with 11 additions and 11 deletions

View File

@@ -2,4 +2,4 @@ coverage/
node_modules/
npm-debug.log
lib/
commons-vscode-*.tgz
*-commons-vscode-*.tgz

View File

@@ -1,7 +1,6 @@
{
"name": "commons-vscode",
"private": true,
"version": "0.1.4",
"name": "@pivotal-tools/commons-vscode",
"version": "0.2.0",
"description": "commons-vscode",
"license": "MIT",
"repository": "",

View File

@@ -99,7 +99,7 @@
"vsce-package": "vsce package"
},
"dependencies": {
"commons-vscode": "file:../commons-vscode/commons-vscode-0.1.4.tgz",
"@pivotal-tools/commons-vscode": "file:../commons-vscode/commons-vscode-0.1.4.tgz",
"vscode-languageclient": "^4.0.0"
},
"devDependencies": {

View File

@@ -8,7 +8,7 @@ curl https://raw.githubusercontent.com/textmate/yaml.tmbundle/master/Syntaxes/YA
# Preinstall commons-vscode package
(cd ../commons-vscode ; npm install ; npm pack)
npm install ../commons-vscode/commons-vscode-*.tgz
npm install ../commons-vscode/*-commons-vscode-*.tgz
# Use maven to build fat jar of the language server
cd ../../headless-services/bosh-language-server

View File

@@ -90,6 +90,7 @@
"vsce-package": "vsce package"
},
"dependencies": {
"@pivotal-tools/commons-vscode": "file:../commons-vscode/pivotal-tools-commons-vscode-0.2.0.tgz",
"commons-vscode": "file:../commons-vscode/commons-vscode-0.1.4.tgz",
"vscode-languageclient": "^4.0.0"
},

View File

@@ -8,7 +8,7 @@ curl https://raw.githubusercontent.com/textmate/yaml.tmbundle/master/Syntaxes/YA
# Preinstall commons-vscode package
(cd ../commons-vscode ; npm install ; npm pack)
npm install ../commons-vscode/commons-vscode-*.tgz
npm install ../commons-vscode/*-commons-vscode-*.tgz
# Use maven to build fat jar of the language server
cd ../../headless-services/concourse-language-server

View File

@@ -58,7 +58,7 @@
"vsce-package": "vsce package"
},
"dependencies": {
"commons-vscode": "file:../commons-vscode/commons-vscode-0.1.4.tgz",
"@pivotal-tools/commons-vscode": "file:../commons-vscode/commons-vscode-0.1.4.tgz",
"vscode-languageclient": "^4.0.0"
},
"devDependencies": {

View File

@@ -8,7 +8,7 @@ curl https://raw.githubusercontent.com/textmate/yaml.tmbundle/master/Syntaxes/YA
# Preinstall commons-vscode package
(cd ../commons-vscode ; npm install ; npm pack)
npm install ../commons-vscode/commons-vscode-*.tgz
npm install ../commons-vscode/*-commons-vscode-*.tgz
# Use maven to build fat jar of the language server
cd ../../headless-services/manifest-yaml-language-server

View File

@@ -93,7 +93,7 @@
"vsce-package": "vsce package"
},
"dependencies": {
"commons-vscode": "file:../commons-vscode/commons-vscode-0.1.4.tgz",
"@pivotal-tools/commons-vscode": "file:../commons-vscode/commons-vscode-0.1.4.tgz",
"vscode-languageclient": "^4.0.0"
},
"devDependencies": {

View File

@@ -5,7 +5,7 @@ workdir=`pwd`
# Preinstall commons-vscode package
(cd ../commons-vscode ; npm install ; npm pack)
npm install ../commons-vscode/commons-vscode-*.tgz
npm install ../commons-vscode/*-commons-vscode-*.tgz
# Copy grammar files for .properties and .yml format
curl https://raw.githubusercontent.com/textmate/yaml.tmbundle/master/Syntaxes/YAML.tmLanguage > yaml-support/yaml.tmLanguage