diff --git a/npm-debug.log b/npm-debug.log new file mode 100644 index 0000000..b933c75 --- /dev/null +++ b/npm-debug.log @@ -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. (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 +13 verbose exit [ 1, true ] diff --git a/package.json b/package.json index f544490..8ecfa85 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "@types/minimatch": "*", "@types/q": "*", "@types/shelljs": "*", + "babel-preset-es2015": "^6.9.0", "beautylog": "5.0.14", "early": "^2.0.13", "gulp": "3.9.1",