Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsieling committed Jan 23, 2016
1 parent e97f245 commit 93ddbcf
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-highlighttextarea",
"version": "3.1.1",
"version": "3.1.2",
"authors": [{
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
Expand Down
43 changes: 43 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ]
2 info using [email protected]
3 info using [email protected]
4 verbose publish [ '.' ]
5 silly cache add args [ '.', null ]
6 verbose cache add spec .
7 silly cache add parsed spec Result {
7 silly cache add raw: '.',
7 silly cache add scope: null,
7 silly cache add name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: '/Users/gary/heroku/search/jquery-highlighttextarea',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory /Users/gary/.npm/jquery-highlighttextarea/3.1.2/package.tgz not in flight; packing
9 info lifecycle [email protected]~prepublish: [email protected]
10 silly lifecycle [email protected]~prepublish: no script for prepublish, continuing
11 verbose tar pack [ '/Users/gary/.npm/jquery-highlighttextarea/3.1.2/package.tgz',
11 verbose tar pack '/Users/gary/heroku/search/jquery-highlighttextarea' ]
12 verbose tarball /Users/gary/.npm/jquery-highlighttextarea/3.1.2/package.tgz
13 verbose folder /Users/gary/heroku/search/jquery-highlighttextarea
14 verbose stack TypeError: Path must be a string. Received [ 'jquery.highlighttextarea.css',
14 verbose stack 'jquery.highlighttextarea.js' ]
14 verbose stack at assertPath (path.js:8:11)
14 verbose stack at Object.posix.resolve (path.js:426:5)
14 verbose stack at InstancePacker.Packer.applyIgnores (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js:109:59)
14 verbose stack at InstancePacker.BundledPacker.applyIgnores (/usr/local/lib/node_modules/npm/lib/utils/tar.js:135:40)
14 verbose stack at InstancePacker.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:181:17)
14 verbose stack at Array.filter (native)
14 verbose stack at InstancePacker.IgnoreReader.filterEntries (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:179:31)
14 verbose stack at InstancePacker.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:92:12)
14 verbose stack at InstancePacker.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:134:5)
14 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:76:16
15 verbose cwd /Users/gary/heroku/search/jquery-highlighttextarea
16 error Darwin 14.0.0
17 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish"
18 error node v5.4.0
19 error npm v3.3.12
20 error Path must be a string. Received [ 'jquery.highlighttextarea.css',
20 error 'jquery.highlighttextarea.js' ]
21 error If you need help, you may report this error at:
21 error <https://github.com/npm/npm/issues>
22 verbose exit [ 1, true ]
Binary file added tests/.swp
Binary file not shown.

0 comments on commit 93ddbcf

Please sign in to comment.