Skip to content

Commit

Permalink
Merge pull request #19 from brysgo/greenkeeper/mocha-6.0.0
Browse files Browse the repository at this point in the history
Update mocha to the latest version 馃殌
  • Loading branch information
brysgo committed Feb 19, 2019
2 parents 9ceac33 + d939d64 commit d20af34
Show file tree
Hide file tree
Showing 2 changed files with 1,318 additions and 621 deletions.
4 changes: 2 additions & 2 deletions package.json
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 Expand Up @@ -32,6 +32,6 @@
"babel-preset-es2015": "^6.1.18",
"babel-register": "^6.2.0",
"dotenv-expand": "^4.0.1",
"mocha": "^5.0.0"
"mocha": "^6.0.0"
}
}

0 comments on commit d20af34

Please sign in to comment.