Skip to content

Commit

Permalink
Remove obsolete version tag from bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aratcliffe committed Oct 9, 2016
1 parent 8c829c7 commit d24e135
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
1 change: 0 additions & 1 deletion bower.json
@@ -1,6 +1,5 @@
{
"name": "leaflet.contextmenu",
"version": "1.0.0",
"homepage": "https://github.com/aratcliffe/Leaflet.contextmenu",
"description": "A context menu for Leaflet",
"main": "dist/leaflet.contextmenu.js",
Expand Down
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 '1.1.1' ]
2 info using npm@2.14.4
3 info using node@v4.1.2
4 info git [ 'status', '--porcelain' ]
5 verbose stack Error: Git working directory not clean.
5 verbose stack M bower.json
5 verbose stack at /usr/local/lib/node_modules/npm/lib/version.js:171:21
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/adam/projects/Leaflet.contextmenu
7 error Darwin 14.5.0
8 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "version" "1.1.1"
9 error node v4.1.2
10 error npm v2.14.4
11 error Git working directory not clean.
11 error M bower.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 ]

0 comments on commit d24e135

Please sign in to comment.