Skip to content

Commit defe23b

Browse files
author
ignism
committed
versioning
1 parent e7b055e commit defe23b

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

npm-debug.log

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/Applications/Atom.app/Contents/Resources/app/apm/bin/node',
3+
1 verbose cli '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js',
4+
1 verbose cli 'version',
5+
1 verbose cli 'patch',
6+
1 verbose cli '-m',
7+
1 verbose cli 'Prepare %s release' ]
8+
2 info using npm@2.13.3
9+
3 info using node@v0.10.40
10+
4 info git [ 'status', '--porcelain' ]
11+
5 verbose stack Error: Git working directory not clean.
12+
5 verbose stack M styles/tree-view.less
13+
5 verbose stack at /Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/lib/version.js:171:21
14+
5 verbose stack at ChildProcess.exithandler (child_process.js:656:7)
15+
5 verbose stack at ChildProcess.emit (events.js:98:17)
16+
5 verbose stack at maybeClose (child_process.js:766:16)
17+
5 verbose stack at Socket.<anonymous> (child_process.js:979:11)
18+
5 verbose stack at Socket.emit (events.js:95:17)
19+
5 verbose stack at Pipe.close (net.js:466:12)
20+
6 verbose cwd /Users/markbrand/Documents/Github/nucleus-dark-ui
21+
7 error Darwin 15.2.0
22+
8 error argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "version" "patch" "-m" "Prepare %s release"
23+
9 error node v0.10.40
24+
10 error npm v2.13.3
25+
11 error Git working directory not clean.
26+
11 error M styles/tree-view.less
27+
12 error If you need help, you may report this error at:
28+
12 error <https://github.com/npm/npm/issues>
29+
13 verbose exit [ 1, true ]

styles/tree-view.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ atom-workspace {
88
font-size: @font-size;
99
background: @tree-view-background-color;
1010
padding: 0;
11-
box-sizing: border-box;
1211
min-width: 100%;
1312

1413
& > .directory {

0 commit comments

Comments
 (0)