package.json

Removed un-used scripts section and removed trailing comma
This commit is contained in:
Bradyn Glines
2018-01-20 20:59:52 -07:00
parent af456af80a
commit 5a3a99be3b
2 changed files with 0 additions and 29 deletions

View File

@ -1,26 +0,0 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'version', 'patch' ]
2 info using npm@3.5.2
3 info using node@v6.11.4
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/share/npm/lib/version.js:172:21
5 verbose stack at ChildProcess.exithandler (child_process.js:189: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:920:16)
5 verbose stack at Socket.<anonymous> (internal/child_process.js:351: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 /home/bradyn/Projects/pokemon-tcg-sdk-typescript
7 error Linux 4.13.0-21-generic
8 error argv "/usr/bin/node" "/usr/bin/npm" "version" "patch"
9 error node v6.11.4
10 error npm v3.5.2
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 ]