Skip to content

Commit f2f1e2c

Browse files
committed
Update build system
1 parent 4d81130 commit f2f1e2c

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

.npmrc

-1
This file was deleted.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Andris Reinman <[email protected]>",
1818
"scripts": {
1919
"build": "./scripts/build.sh",
20-
"release": "./scripts/release.sh",
2120
"lint": "$(npm bin)/standard",
21+
"preversion": "npm run build","preversion": "npm run build",
2222
"test": "npm run lint && npm run unit",
2323
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js"
2424
},
@@ -32,7 +32,7 @@
3232
"babel-preset-es2015": "^6.24.1",
3333
"babel-register": "^6.26.0",
3434
"chai": "^4.2.0",
35-
"mocha": "^6.0.0",
35+
"mocha": "^6.1.4",
3636
"pre-commit": "^1.2.2",
3737
"standard": "^12.0.1"
3838
},

scripts/release.sh

-20
This file was deleted.

0 commit comments

Comments
 (0)