File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-modules-require-hook" ,
3
- "version" : " 3.0.0" ,
3
+ "version" : " 3.0.0-beta " ,
4
4
"description" : " A require hook to compile CSS Modules on the fly" ,
5
5
"main" : " lib/index.js" ,
6
6
"engines" : {
9
9
"scripts" : {
10
10
"prepublish" : " in-publish && npm run -s build || in-install" ,
11
11
"build" : " babel lib --out-dir lib && babel preset.js --out-file preset.js" ,
12
+ "cleanup" : " git reset --hard" ,
12
13
"test" : " npm run test:babel" ,
13
14
"test:babel" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --compilers js:babel-register" ,
14
15
"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