Skip to content

Commit

Permalink
Use 'npm run' instead of 'gulp'
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Alferov committed Oct 3, 2015
1 parent 7175448 commit a84c2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
18 changes: 0 additions & 18 deletions gulpfile.babel.js

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Convert a plain array of nodes (with pointers to parent nodes) to a tree",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha --reporter nyan",
"tdd": "npm test -- --watch"
},
"repository": "alferov/array-to-tree",
"keywords": [
Expand All @@ -17,11 +18,8 @@
"nested"
],
"devDependencies": {
"babel-core": "^5.8.24",
"chai": "^3.2.0",
"eslint": "^1.4.1",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.0"
},
"author": {
Expand Down

0 comments on commit a84c2e8

Please sign in to comment.