Skip to content

Commit

Permalink
switch away from depricated mocha syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brysgo committed Feb 19, 2019
1 parent f7ab28f commit d939d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.",
"main": "src/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register",
"test": "mocha --require babel-core/register",
"test:watch": "npm run test -- --watch"
},
"repository": {
Expand Down

0 comments on commit d939d64

Please sign in to comment.