eslint-plugin-mocha
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -0,1 +1,17 @@ | ||
## 2.1.0 (April 11, 2016) | ||
### Bug Fixes | ||
* Support specify alias (#58) | ||
### Dependency Upgrades | ||
* Update ramda to version 0.21.0 🚀 (#56) | ||
* Update ramda to version 0.20.0 🚀 (#53) | ||
### Features | ||
* Add rule no-skipped-tests (#55) | ||
## 2.0.0 (February 13, 2016) | ||
@@ -2,0 +18,0 @@ |
@@ -6,2 +6,3 @@ 'use strict'; | ||
'no-exclusive-tests': require('./lib/rules/no-exclusive-tests'), | ||
'no-skipped-tests': require('./lib/rules/no-skipped-tests'), | ||
'handle-done-callback': require('./lib/rules/handle-done-callback'), | ||
@@ -8,0 +9,0 @@ 'no-synchronous-tests': require('./lib/rules/no-synchronous-tests'), |
@@ -11,2 +11,4 @@ 'use strict'; | ||
'test.only', | ||
'specify', | ||
'specify.only', | ||
'before', | ||
@@ -13,0 +15,0 @@ 'after', |
@@ -9,3 +9,4 @@ 'use strict'; | ||
'test', | ||
'context' | ||
'context', | ||
'specify' | ||
]; | ||
@@ -12,0 +13,0 @@ |
@@ -10,3 +10,6 @@ 'use strict'; | ||
'test.only', | ||
'test.skip' | ||
'test.skip', | ||
'specify', | ||
'specify.only', | ||
'specify.skip' | ||
]; | ||
@@ -13,0 +16,0 @@ |
@@ -11,2 +11,4 @@ 'use strict'; | ||
'test.only', | ||
'specify', | ||
'specify.only', | ||
'before', | ||
@@ -13,0 +15,0 @@ 'after', |
{ | ||
"name": "eslint-plugin-mocha", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Eslint rules for mocha.", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"ramda": "^0.19.1" | ||
"ramda": "^0.21.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
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
21245
14
277
+ Addedramda@0.21.0(transitive)
- Removedramda@0.19.1(transitive)
Updatedramda@^0.21.0