Skip to content

Commit 34d893c

Browse files
committed
Update build system
1 parent d91fee7 commit 34d893c

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
@@ -12,8 +12,8 @@
1212
],
1313
"scripts": {
1414
"build": "./scripts/build.sh",
15-
"release": "./scripts/release.sh",
1615
"lint": "$(npm bin)/standard",
16+
"preversion": "npm run build",
1717
"test": "npm run lint && npm run unit",
1818
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js",
1919
"test-watch": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js --watch"
@@ -30,11 +30,11 @@
3030
"babel-cli": "^6.26.0",
3131
"babel-preset-es2015": "^6.24.1",
3232
"babel-register": "^6.26.0",
33-
"chai": "^4.1.2",
34-
"mocha": "^5.0.0",
35-
"nodemon": "^1.14.1",
33+
"chai": "^4.2.0",
34+
"mocha": "^6.1.4",
35+
"nodemon": "^1.19.1",
3636
"pre-commit": "^1.2.2",
37-
"standard": "^11.0.1"
37+
"standard": "^12.0.1"
3838
},
3939
"standard": {
4040
"globals": [

scripts/release.sh

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

0 commit comments

Comments
 (0)