Skip to content

Commit 0114d52

Browse files
committed
Update build system
1 parent d39c724 commit 0114d52

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

.npmrc

-1
This file was deleted.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"license": "MIT",
1111
"scripts": {
1212
"build": "./scripts/build.sh",
13-
"release": "./scripts/release.sh",
1413
"lint": "$(npm bin)/standard",
14+
"preversion": "npm run build",
1515
"test": "npm run lint && npm run unit",
1616
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js",
1717
"test-watch": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js --watch"
@@ -25,11 +25,11 @@
2525
"babel-cli": "^6.26.0",
2626
"babel-preset-es2015": "^6.24.1",
2727
"babel-register": "^6.26.0",
28-
"chai": "^4.1.2",
29-
"mocha": "^5.0.0",
30-
"nodemon": "^1.12.1",
28+
"chai": "^4.2.0",
29+
"mocha": "^6.1.4",
30+
"nodemon": "^1.19.1",
3131
"pre-commit": "^1.2.2",
32-
"standard": "^11.0.0"
32+
"standard": "^12.0.1"
3333
},
3434
"standard": {
3535
"globals": [

scripts/release.sh

-20
This file was deleted.

0 commit comments

Comments
 (0)