Skip to content

Commit a84c2e8

Browse files
author
Philipp Alferov
committed
Use 'npm run' instead of 'gulp'
1 parent 7175448 commit a84c2e8

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

gulpfile.babel.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Convert a plain array of nodes (with pointers to parent nodes) to a tree",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha"
7+
"test": "mocha --reporter nyan",
8+
"tdd": "npm test -- --watch"
89
},
910
"repository": "alferov/array-to-tree",
1011
"keywords": [
@@ -17,11 +18,8 @@
1718
"nested"
1819
],
1920
"devDependencies": {
20-
"babel-core": "^5.8.24",
2121
"chai": "^3.2.0",
2222
"eslint": "^1.4.1",
23-
"gulp": "^3.9.0",
24-
"gulp-mocha": "^2.1.3",
2523
"mocha": "^2.3.0"
2624
},
2725
"author": {

0 commit comments

Comments
 (0)