Comparing version 2.0.1 to 3.0.0
# Changelog | ||
### 3.0.0 (2016-09-18) | ||
##### Breaking Changes | ||
* Update to Mocha 3.0.0 | ||
* Drop support for node 0.12 | ||
--- | ||
### 2.0.0 (2016-02-09) | ||
@@ -4,0 +12,0 @@ |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.10.0 | ||
spawn = require('cross-spawn-async'); | ||
spawn = require('cross-spawn'); | ||
@@ -10,0 +10,0 @@ MochaRunner = (function() { |
@@ -17,3 +17,3 @@ // Generated by CoffeeScript 1.10.0 | ||
spawn = require('cross-spawn-async'); | ||
spawn = require('cross-spawn'); | ||
@@ -20,0 +20,0 @@ MychaInstaller = (function() { |
{ | ||
"name": "mycha", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"main": "dist/mycha.js", | ||
@@ -9,7 +9,7 @@ "bin": { | ||
"dependencies": { | ||
"async": "^1.4.2", | ||
"async": "^2.0.1", | ||
"colors": "^1.0.3", | ||
"cross-spawn-async": "^2.0.0", | ||
"dargs": "^4.0.0", | ||
"fs-extra": "^0.29.0", | ||
"cross-spawn": "^4.0.0", | ||
"dargs": "^5.0.1", | ||
"fs-extra": "^0.30.0", | ||
"glob": "^7.0.3", | ||
@@ -19,3 +19,3 @@ "js-yaml": "^3.5.2", | ||
"minimist": "^1.1.1", | ||
"mocha": "^2.1.0", | ||
"mocha": "^3.0.2", | ||
"prompt": "^1.0.0" | ||
@@ -29,3 +29,3 @@ }, | ||
"build": "find ./src -name '*.coffee' -not -name '*_spec.coffee' | xargs coffee --compile --output dist/", | ||
"feature-tests": "cucumber-js -f progress", | ||
"feature-test": "cucumber-js -f progress", | ||
"lint": "npm run lint-coffeescript && npm run lint-dependencies", | ||
@@ -35,7 +35,7 @@ "lint-coffeescript": "coffeelint features spec src -f coffeelint.json5", | ||
"postpublish": "git push && git push --tags", | ||
"prefeature-tests": "npm run build", | ||
"prefeature-test": "npm run build", | ||
"prepublish": "npm run build", | ||
"preversion": "npm test", | ||
"test": "npm run lint && npm run unit-tests && npm run feature-tests", | ||
"unit-tests": "coffee src/cli.coffee", | ||
"test": "npm run lint && npm run unit-test && npm run feature-test", | ||
"unit-test": "coffee src/cli.coffee", | ||
"update": "david update && npm test", | ||
@@ -49,4 +49,4 @@ "update-check": "david" | ||
"coffeelint": "^1.10.1", | ||
"cucumber": "^0.10.2", | ||
"david": "^7.0.0", | ||
"cucumber": "^1.2.2", | ||
"david": "^9.0.0", | ||
"dependency-lint": "^4.0.1", | ||
@@ -62,3 +62,6 @@ "sinon": "^1.14.1", | ||
"scaffold" | ||
] | ||
], | ||
"engines": { | ||
"node": "4 || 6" | ||
} | ||
} |
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
14021
+ Addedcross-spawn@^4.0.0
+ Addedbrowser-stdout@1.3.0(transitive)
+ Addedcommander@2.9.0(transitive)
+ Addedcross-spawn@4.0.2(transitive)
+ Addeddargs@5.1.0(transitive)
+ Addeddebug@2.6.8(transitive)
+ Addeddiff@3.2.0(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfs-extra@0.30.0(transitive)
+ Addedglob@7.1.1(transitive)
+ Addedgraceful-readlink@1.0.1(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedhe@1.1.1(transitive)
+ Addedjson3@3.3.2(transitive)
+ Addedlodash._baseassign@3.2.0(transitive)
+ Addedlodash._basecopy@3.0.1(transitive)
+ Addedlodash._basecreate@3.0.3(transitive)
+ Addedlodash._getnative@3.9.1(transitive)
+ Addedlodash._isiterateecall@3.0.9(transitive)
+ Addedlodash.create@3.1.1(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedlodash.isarray@3.0.4(transitive)
+ Addedlodash.keys@3.1.2(transitive)
+ Addedmocha@3.5.3(transitive)
+ Addedms@2.0.0(transitive)
+ Addedsupports-color@3.1.2(transitive)
- Removedcross-spawn-async@^2.0.0
- Removedasync@1.5.2(transitive)
- Removedcommander@0.6.12.3.0(transitive)
- Removedcross-spawn-async@2.2.5(transitive)
- Removeddargs@4.1.0(transitive)
- Removeddebug@2.2.0(transitive)
- Removeddiff@1.4.0(transitive)
- Removedescape-string-regexp@1.0.2(transitive)
- Removedfs-extra@0.29.0(transitive)
- Removedglob@3.2.11(transitive)
- Removedjade@0.26.3(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedmkdirp@0.3.0(transitive)
- Removedmocha@2.5.3(transitive)
- Removedms@0.7.1(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedsupports-color@1.2.0(transitive)
- Removedto-iso-string@0.0.2(transitive)
Updatedasync@^2.0.1
Updateddargs@^5.0.1
Updatedfs-extra@^0.30.0
Updatedmocha@^3.0.2