Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
misc cleanup+bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vdg committed Jan 5, 2020
1 parent 3827b36 commit 4c78a86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"prepublish": "yarn run build",
"release": "release-it",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"cli": "NODE_ENV=test nodemon --exec babel-node src/cli.js",
"example-node": "NODE_ENV=test babel-node examples/node.js",
"example-node": "babel-node examples/node.js",
"lint": "yarn run lint:eslint",
"lint:eslint": "eslint src/*.js test/*.js",
"test": "jest --verbose",
Expand Down Expand Up @@ -83,7 +82,7 @@
"nodemon": "^1.19.4",
"release-it": "^12.4.3",
"rimraf": "^2.7.1",
"rollup": "^1.27.14",
"rollup": "^1.28.10",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
Expand Down

0 comments on commit 4c78a86

Please sign in to comment.