Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e3b029c240 | |||
290824190d |
30
npm-debug.log
Normal file
30
npm-debug.log
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
0 info it worked if it ends with ok
|
||||||
|
1 verbose cli [ '/Users/philkunz/.nvm/versions/node/v4.4.5/bin/node',
|
||||||
|
1 verbose cli '/Users/philkunz/.nvm/versions/node/v4.4.5/bin/npm',
|
||||||
|
1 verbose cli 'version',
|
||||||
|
1 verbose cli 'patch' ]
|
||||||
|
2 info using npm@3.10.3
|
||||||
|
3 info using node@v4.4.5
|
||||||
|
4 info git [ 'status', '--porcelain' ]
|
||||||
|
5 verbose stack Error: Git working directory not clean.
|
||||||
|
5 verbose stack M package.json
|
||||||
|
5 verbose stack at /Users/philkunz/.nvm/versions/node/v4.4.5/lib/node_modules/npm/lib/version.js:247:19
|
||||||
|
5 verbose stack at /Users/philkunz/.nvm/versions/node/v4.4.5/lib/node_modules/npm/lib/utils/no-progress-while-running.js:21:8
|
||||||
|
5 verbose stack at ChildProcess.exithandler (child_process.js:204:7)
|
||||||
|
5 verbose stack at emitTwo (events.js:87:13)
|
||||||
|
5 verbose stack at ChildProcess.emit (events.js:172:7)
|
||||||
|
5 verbose stack at maybeClose (internal/child_process.js:827:16)
|
||||||
|
5 verbose stack at Socket.<anonymous> (internal/child_process.js:319:11)
|
||||||
|
5 verbose stack at emitOne (events.js:77:13)
|
||||||
|
5 verbose stack at Socket.emit (events.js:169:7)
|
||||||
|
5 verbose stack at Pipe._onclose (net.js:477:12)
|
||||||
|
6 verbose cwd /Users/philkunz/gitlab/pushrocks/npmts
|
||||||
|
7 error Darwin 15.5.0
|
||||||
|
8 error argv "/Users/philkunz/.nvm/versions/node/v4.4.5/bin/node" "/Users/philkunz/.nvm/versions/node/v4.4.5/bin/npm" "version" "patch"
|
||||||
|
9 error node v4.4.5
|
||||||
|
10 error npm v3.10.3
|
||||||
|
11 error Git working directory not clean.
|
||||||
|
11 error M package.json
|
||||||
|
12 error If you need help, you may report this error at:
|
||||||
|
12 error <https://github.com/npm/npm/issues>
|
||||||
|
13 verbose exit [ 1, true ]
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "5.3.16",
|
"version": "5.3.17",
|
||||||
"description": "write npm modules with TypeScript",
|
"description": "write npm modules with TypeScript",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -32,6 +32,7 @@
|
|||||||
"@types/minimatch": "*",
|
"@types/minimatch": "*",
|
||||||
"@types/q": "*",
|
"@types/q": "*",
|
||||||
"@types/shelljs": "*",
|
"@types/shelljs": "*",
|
||||||
|
"babel-preset-es2015": "^6.9.0",
|
||||||
"beautylog": "5.0.14",
|
"beautylog": "5.0.14",
|
||||||
"early": "^2.0.13",
|
"early": "^2.0.13",
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
|
Reference in New Issue
Block a user