Skip to content

Commit

Permalink
chore: import builder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Mar 7, 2019
1 parent 215b634 commit d02290f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
30 changes: 0 additions & 30 deletions builder.js

This file was deleted.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">=4"
},
"scripts": {
"build": "node builder",
"build": "bundt",
"pretest": "npm run build",
"test": "tape test/*.js | tap-spec"
},
Expand All @@ -34,12 +34,8 @@
"set"
],
"devDependencies": {
"gzip-size": "^3.0.0",
"mk-dirs": "^1.0.0",
"pretty-bytes": "^4.0.2",
"rewrite-imports": "^1.0.0",
"bundt": "^0.3.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0",
"uglify-js": "^3.2.0"
"tape": "^4.8.0"
}
}

0 comments on commit d02290f

Please sign in to comment.