mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-28 01:25:48 -05:00
Fixes #7 - missing spawn-rx dependency (argh!)
This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user