Skip to content

Commit 651affa

Browse files
committed
Update build system
1 parent 5729fca commit 651affa

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
@@ -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"
@@ -22,7 +22,7 @@
2222
},
2323
"main": "dist/mimeparser",
2424
"dependencies": {
25-
"emailjs-addressparser": "^2.0.1",
25+
"emailjs-addressparser": "^2.0.2",
2626
"emailjs-mime-codec": "^2.0.8",
2727
"ramda": "^0.26.1"
2828
},
@@ -31,10 +31,10 @@
3131
"babel-preset-es2015": "^6.24.1",
3232
"babel-register": "^6.26.0",
3333
"chai": "^4.2.0",
34-
"mocha": "^6.0.2",
35-
"nodemon": "^1.18.10",
34+
"mocha": "^6.1.4",
35+
"nodemon": "^1.19.1",
3636
"pre-commit": "^1.2.2",
37-
"sinon": "^7.3.0",
37+
"sinon": "^7.3.2",
3838
"standard": "^12.0.1",
3939
"text-encoding": "^0.7.0"
4040
},

scripts/release.sh

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

0 commit comments

Comments
 (0)