Skip to content

Commit 376bbaa

Browse files
committed
Update build system
1 parent 1d3564c commit 376bbaa

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"license": "MIT",
1515
"scripts": {
1616
"build": "./scripts/build.sh",
17-
"release": "./scripts/release.sh",
1817
"lint": "$(npm bin)/standard",
18+
"preversion": "npm run build",
1919
"test": "npm run lint && npm run unit",
2020
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js",
2121
"test-watch": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js --watch"
@@ -29,11 +29,11 @@
2929
"babel-cli": "^6.26.0",
3030
"babel-preset-es2015": "^6.24.1",
3131
"babel-register": "^6.26.0",
32-
"chai": "^4.1.2",
33-
"mocha": "^5.0.0",
34-
"nodemon": "^1.12.1",
32+
"chai": "^4.2.0",
33+
"mocha": "^6.1.4",
34+
"nodemon": "^1.19.1",
3535
"pre-commit": "^1.2.2",
36-
"standard": "^11.0.0"
36+
"standard": "^12.0.1"
3737
},
3838
"standard": {
3939
"globals": [

scripts/release.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)