Skip to content

Commit 4cbf232

Browse files
authored
Moved ora to dev dependencies
Ora is used to display a spinner in the console while the build is performed.
1 parent 9309cc5 commit 4cbf232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"bluebird": "3.4.1",
2929
"bufferutil": "^1.2.1",
3030
"node-uuid": "1.4.7",
31-
"ora": "^0.3.0",
3231
"utf-8-validate": "^1.2.1",
3332
"ws": "^1.1.1"
3433
},
3534
"devDependencies": {
35+
"ora": "^0.3.0",
3636
"webpack": "^1.13.1",
3737
"eslint": "^2.10.2",
3838
"eslint-friendly-formatter": "^2.0.6",

0 commit comments

Comments
 (0)