Comparing version 1.1.7 to 1.1.9
{ | ||
"name": "c21e", | ||
"version": "1.1.7", | ||
"version": "1.1.9", | ||
"description": "Cucumber Tag Expression parser", | ||
@@ -10,5 +10,5 @@ "main": "dist/src/ExeFile.js", | ||
"coverage": "nyc --reporter=html --reporter=text mocha", | ||
"build": "npx babel src --out-dir dist/src", | ||
"build-test": "npx babel test --out-dir dist/test", | ||
"prepublish": "npm run build", | ||
"build": "babel src --out-dir dist/src", | ||
"build-test": "babel test --out-dir dist/test", | ||
"prepublishOnly": "npm run build", | ||
"mocha-built": "mocha dist/test" | ||
@@ -37,6 +37,6 @@ }, | ||
"eslint-config-eslint": "^5.0.1", | ||
"eslint-config-prettier": "^3.1.0", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"mocha": "^5.2.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.1.0", | ||
@@ -43,0 +43,0 @@ "prettier": "^1.8.2" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7804