Skip to content

Commit

Permalink
feat: require @babel/register
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeansanchez committed Dec 8, 2020
1 parent 1d8d4a5 commit c488e43
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 1 deletion.
139 changes: 139 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.12.1",
"mocha": "^8.2.1",
"rollup": "^1.0.0",
"rollup-plugin-babel": "^4.2.0",
Expand All @@ -25,7 +26,7 @@
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "mocha",
"test": "mocha --require @babel/register",
"pretest": "npm run build"
},
"files": [
Expand Down

0 comments on commit c488e43

Please sign in to comment.