Skip to content

Commit

Permalink
stop using babel for test. esm is good enough
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Jul 26, 2020
1 parent d37e020 commit dd555ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .babelrc

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
"files": ["combinatorics.js"],
"runkitExample": "require=require(\"esm\")(module);\nvar Combinatorics=require(\"js-combinatorics\");\n",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.4",
"esm":"3.2.25",
"mocha": "^8.0.0",
"chai": "^4.2.0"
},
"scripts": {
"test": "mocha --require @babel/register"
"test": "mocha --require esm"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dd555ac

Please sign in to comment.