Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removing babel #161

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feature/removeBabel
  • Loading branch information
mrsteele committed Jul 16, 2020
commit fe564749e02f345abf1876a9e4ecf11a9ca634c4
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "standard",
"predoc": "rimraf docs",
"doc": "esdoc -c config/doc.json",
"test": "nyc _mocha",
"test": "nyc mocha",
"posttest": "nyc report --reporter=lcov",
"travis": "npm run lint && npm t"
},
Expand Down Expand Up @@ -45,11 +45,11 @@
"chai": "^4.1.2",
"esdoc": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0",
"husky": "^2.0.0",
"mocha": "^5.0.1",
"nyc": "^14.0.0",
"sinon": "^7.0.0",
"standard": "^12.0.0",
"husky": "^4.2.5",
"mocha": "^6.2.3",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"standard": "^14.0.0",
"webpack": "^4.6.0"
},
"files": [
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.