File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " css-modules-require-hook" ,
3- "version" : " 3.0.0" ,
3+ "version" : " 3.0.0-beta " ,
44 "description" : " A require hook to compile CSS Modules on the fly" ,
55 "main" : " lib/index.js" ,
66 "engines" : {
99 "scripts" : {
1010 "prepublish" : " in-publish && npm run -s build || in-install" ,
1111 "build" : " babel lib --out-dir lib && babel preset.js --out-file preset.js" ,
12+ "cleanup" : " git reset --hard" ,
1213 "test" : " npm run test:babel" ,
1314 "test:babel" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --compilers js:babel-register" ,
1415 "test:coverage" : " NODE_PATH=$(pwd)/test/tokens/node_modules babel-node --presets es2015 `npm bin`/isparta cover --report text --report html `npm bin`/_mocha -- --require test/setup.js --ui tdd test/*/*.js" ,
You can’t perform that action at this time.
0 commit comments