Skip to content

Commit

Permalink
chore: import builder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 11, 2019
1 parent 4526f76 commit 4ee554a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
27 changes: 0 additions & 27 deletions builder.js

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=6"
},
"scripts": {
"build": "node builder",
"build": "bundt",
"pretest": "npm run build",
"test": "tape test/*.js | tap-spec"
},
Expand All @@ -31,11 +31,8 @@
"classnames"
],
"devDependencies": {
"gzip-size": "^3.0.0",
"mk-dirs": "^1.0.0",
"pretty-bytes": "^4.0.2",
"bundt": "^0.1.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"terser": "^3.10.0"
"tape": "^4.9.1"
}
}

0 comments on commit 4ee554a

Please sign in to comment.