Skip to content

Commit 676b184

Browse files
author
Eduardo García Sanz
committed
releasing this as an alpha version
1 parent 5004361 commit 676b184

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"clean" : "rm -rf ./lib",
4949
"lint" : "eslint src",
5050
"build" : "npm run clean && babel src --out-dir lib",
51-
"test" : "babel-node test",
52-
"fooo" : "npm run lint && babel-node test && npm run build",
51+
"test" : "npm run lint && babel-node test",
5352
"prepublish": "npm test && npm run build"
5453
},
5554
"engines" : {

0 commit comments

Comments
 (0)