We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7175448 commit a84c2e8Copy full SHA for a84c2e8
gulpfile.babel.js
package.json
@@ -4,7 +4,8 @@
4
"description": "Convert a plain array of nodes (with pointers to parent nodes) to a tree",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha"
+ "test": "mocha --reporter nyan",
8
+ "tdd": "npm test -- --watch"
9
},
10
"repository": "alferov/array-to-tree",
11
"keywords": [
@@ -17,11 +18,8 @@
17
18
"nested"
19
],
20
"devDependencies": {
- "babel-core": "^5.8.24",
21
"chai": "^3.2.0",
22
"eslint": "^1.4.1",
23
- "gulp": "^3.9.0",
24
- "gulp-mocha": "^2.1.3",
25
"mocha": "^2.3.0"
26
27
"author": {
0 commit comments