Skip to content

Commit

Permalink
Update build system
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Jun 8, 2019
1 parent 5729fca commit 651affa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "MIT",
"scripts": {
"build": "./scripts/build.sh",
"release": "./scripts/release.sh",
"lint": "$(npm bin)/standard",
"preversion": "npm run build",
"test": "npm run lint && npm run unit",
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js",
"test-watch": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js --watch"
Expand All @@ -22,7 +22,7 @@
},
"main": "dist/mimeparser",
"dependencies": {
"emailjs-addressparser": "^2.0.1",
"emailjs-addressparser": "^2.0.2",
"emailjs-mime-codec": "^2.0.8",
"ramda": "^0.26.1"
},
Expand All @@ -31,10 +31,10 @@
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"mocha": "^6.0.2",
"nodemon": "^1.18.10",
"mocha": "^6.1.4",
"nodemon": "^1.19.1",
"pre-commit": "^1.2.2",
"sinon": "^7.3.0",
"sinon": "^7.3.2",
"standard": "^12.0.1",
"text-encoding": "^0.7.0"
},
Expand Down
20 changes: 0 additions & 20 deletions scripts/release.sh

This file was deleted.

0 comments on commit 651affa

Please sign in to comment.