bem-naming
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "bem-naming", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Manage naming of BEM entities", | ||
@@ -23,15 +23,20 @@ "keywords": [ | ||
"main": "lib/bem-naming", | ||
"files": ["lib"], | ||
"devDependencies": { | ||
"mocha": "1.21.4", | ||
"should": "4.0.4", | ||
"zuul": "1.10.1", | ||
"jshint": "2.5.3", | ||
"jscs": "1.5.9", | ||
"istanbul": "0.3.0", | ||
"uglify-js": "2.4.15" | ||
}, | ||
"scripts": { | ||
"test": "npm run lint && npm run func-test && npm run cover", | ||
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- test/original test/harry-roberts", | ||
"test": "npm run lint && npm run node-test && npm run browser-test && npm run cover", | ||
"lint": "jshint . && jscs -c .jscs.js .", | ||
"func-test": "mocha test/original test/harry-roberts" | ||
}, | ||
"devDependencies": { | ||
"mocha": "1.20.1", | ||
"must": "0.12.0", | ||
"jshint": "2.5.1", | ||
"jscs": "1.5.7", | ||
"istanbul": "0.2.16" | ||
"node-test": "mocha ./test/**/*.test.js", | ||
"browser-test": "zuul -- ./test/**/*.test.js", | ||
"cover": "istanbul cover _mocha -- ./test/**/*.test.js", | ||
"min": "uglifyjs lib/bem-naming.js > bem-naming.min.js" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
7544
7
2
0
251
1