We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1c27c commit 2369744Copy full SHA for 2369744
.gitignore
@@ -1,6 +1,7 @@
1
node_modules/
2
coverage/
3
.nyc_output/
4
+package-lock.json
5
6
*~
7
*.swp
package.json
@@ -30,7 +30,7 @@
30
"url": "git://github.com/nfischer/shelljs-exec-proxy.git"
31
},
32
"dependencies": {
33
- "shelljs": "^0.8.4"
+ "shelljs": "^0.8.5"
34
35
"files": [
36
"index.js",
@@ -43,8 +43,8 @@
43
"eslint-plugin-import": "^2.17.3",
44
"mocha": "^6.1.4",
45
"nyc": "^14.1.1",
46
- "shelljs-changelog": "^0.2.0",
47
- "shelljs-release": "^0.4.1",
+ "shelljs-changelog": "^0.2.6",
+ "shelljs-release": "^0.5.1",
48
"should": "^13.2.3"
49
}
50
0 commit comments