Comparing version 0.4.0 to 1.0.0
{ | ||
"name": "clear-cut", | ||
"version": "0.4.0", | ||
"version": "1.0.0", | ||
"description": "Calculate specificity of CSS selectors", | ||
"main": "./lib/main.js", | ||
"main": "./index.js", | ||
"scripts": { | ||
"prepublish": "grunt prepublish", | ||
"test": "grunt test" | ||
"benchmark": "coffee benchmark/benchmark.coffee", | ||
"test": "node node_modules/.bin/jasmine-focused --coffee --captureExceptions spec" | ||
}, | ||
@@ -25,12 +25,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"jasmine-focused": "1.x", | ||
"grunt-contrib-coffee": "~0.9.0", | ||
"grunt-cli": "~0.1.8", | ||
"grunt": "~0.4.1", | ||
"grunt-shell": "~0.2.2", | ||
"grunt-coffeelint": "0.0.6" | ||
}, | ||
"dependencies": { | ||
"specificity": "0.1.3" | ||
"coffee-script": "^1.9.1", | ||
"jasmine-focused": "1.x" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6007
0
2
92
1
- Removedspecificity@0.1.3
- Removedspecificity@0.1.3(transitive)