Fixes #7 - missing spawn-rx dependency (argh!)

This commit is contained in:
Eric Amodio
2016-09-20 11:34:40 -04:00
parent 20df7732be
commit c4b8637946
5 changed files with 13 additions and 317 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "0.3.2",
"version": "0.3.3",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@@ -198,9 +198,9 @@
"lodash.debounce": "^4.0.8",
"lodash.escaperegexp": "^4.1.2",
"lodash.isequal": "^4.4.0",
"lodash.omit": "^4.5.0",
"lodash": "^4.16.0",
"moment": "^2.15.0",
"rxjs": "^5.0.0-beta.12",
"spawn-rx": "^2.0.1",
"tmp": "^0.0.29"
},
"devDependencies": {
@@ -211,7 +211,7 @@
"vscode:prepublish": "node ./node_modules/vscode/bin/compile && tsc",
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"package": "git clean -xdf && npm install && vsce package",
"publish": "git clean -xdf && npm install && vsce publish"
"pack": "git clean -xdf && npm install && vsce package",
"pub": "git clean -xdf && npm install && vsce publish"
}
}