Skip to content

Commit 6e5297e

Browse files
committedJan 4, 2020
chore: remove cross-env and revert version to last released version
1 parent b76a22e commit 6e5297e

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed
 

‎package-lock.json

-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "passport-local-mongoose",
33
"description": "Mongoose plugin that simplifies building username and password login with Passport",
4-
"version": "6.0.0",
4+
"version": "5.0.1",
55
"main": "index.js",
66
"repository": "saintedlama/passport-local-mongoose",
77
"author": "Christoph Walcher <christoph.walcher@gmail.com>",
@@ -27,7 +27,6 @@
2727
"babel-register": "^6.26.0",
2828
"chai": "^4.2.0",
2929
"coveralls": "^3.0.9",
30-
"cross-env": "^6.0.3",
3130
"debug": "^4.1.1",
3231
"drop-mongodb-collections": "^1.2.5",
3332
"eslint": "^6.8.0",
@@ -38,7 +37,7 @@
3837
"standard-version": "^7.0.1"
3938
},
4039
"scripts": {
41-
"test": "cross-env NODE_ENV=test nyc --reporter=text-summary mocha --recursive --throw-deprecation --require babel-polyfill --require babel-core/register",
40+
"test": "nyc --reporter=text-summary mocha --recursive --throw-deprecation --require babel-polyfill --require babel-core/register",
4241
"coveralls": "nyc report --reporter=text-lcov | coveralls",
4342
"lint": "eslint .",
4443
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)