Skip to content

Commit

Permalink
added package to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell Cofie authored and Maxwell Cofie committed Jul 12, 2017
1 parent 4343364 commit a583653
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
30 changes: 30 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'version',
1 verbose cli '1.0.0' ]
2 info using npm@3.10.10
3 info using node@v6.11.0
4 info git [ 'status', '--porcelain' ]
5 verbose stack Error: Git working directory not clean.
5 verbose stack M package.json
5 verbose stack at C:\Program Files\nodejs\node_modules\npm\lib\version.js:247:19
5 verbose stack at C:\Program Files\nodejs\node_modules\npm\lib\utils\no-progress-while-running.js:21:8
5 verbose stack at ChildProcess.exithandler (child_process.js:195:7)
5 verbose stack at emitTwo (events.js:106:13)
5 verbose stack at ChildProcess.emit (events.js:191:7)
5 verbose stack at maybeClose (internal/child_process.js:891:16)
5 verbose stack at Socket.<anonymous> (internal/child_process.js:342:11)
5 verbose stack at emitOne (events.js:96:13)
5 verbose stack at Socket.emit (events.js:188:7)
5 verbose stack at Pipe._handle.close [as _onclose] (net.js:497:12)
6 verbose cwd C:\Users\Maxwell\Documents\Projects\krymoh
7 error Windows_NT 6.3.9600
8 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "version" "1.0.0"
9 error node v6.11.0
10 error npm v3.10.10
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 ]
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"krymoh"
],
"author": "Maxwell Cofie",
"license": "MIT",
"homepage": "https://github.com/mcofie/krymoh#readme"
"license": "ISC",
"homepage": "https://github.com/mcofie/krymoh#readme",
"bugs": {
"url": "https://github.com/mcofie/krymoh/issues"
}
}

0 comments on commit a583653

Please sign in to comment.