We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bd376 commit a882641Copy full SHA for a882641
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "css-modules-require-hook",
+ "name": "ts-blink-css-modules-require-hook",
3
"version": "4.2.3",
4
"description": "A require hook to compile CSS Modules on the fly",
5
"main": "src/index.js",
@@ -66,9 +66,7 @@
66
},
67
"scripts": {
68
"lint": "eslint src/**/*.js",
69
- "prepublish": "npm run transpile",
70
"pretest": "npm run transpile",
71
"test": "NODE_PATH=$(pwd)/test/tokens/node_modules mocha --require test/setup.js --ui tdd test/*/*.js --compilers js:babel-register",
72
- "transpile": "gulp --cwd . --gulpfile scripts/gulpfile.js transpile"
73
}
74
0 commit comments