Skip to content

Commit

Permalink
add keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jgnewman committed Jun 21, 2016
1 parent b11c71f commit 0ddf5a2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
29 changes: 29 additions & 0 deletions npm-debug.log
@@ -0,0 +1,29 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'version',
1 verbose cli 'patch' ]
2 info using npm@3.9.3
3 info using node@v4.2.2
4 info git [ 'status', '--porcelain' ]
5 verbose stack Error: Git working directory not clean.
5 verbose stack M package.json
5 verbose stack at /usr/local/lib/node_modules/npm/lib/version.js:246:19
5 verbose stack at ChildProcess.exithandler (child_process.js:194: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:818: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:469:12)
6 verbose cwd /Users/john.newman/github/retinajs
7 error Darwin 15.4.0
8 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "version" "patch"
9 error node v4.2.2
10 error npm v3.9.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 ]
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -8,6 +8,13 @@
"type": "git",
"url": "git+https://github.com/imulus/retinajs.git"
},
"keywords": [
"retina",
"images",
"@2x",
"@3x",
"retina.js"
],
"options": {
"mocha": "--require test/mocha-runner --require test/DOM test/**/*.spec.js"
},
Expand Down

0 comments on commit 0ddf5a2

Please sign in to comment.