Skip to content

Commit a882641

Browse files
author
Simranjyot Singh
committed
updates the name of the package
- adds ts-blink as prefix to the name of the package
1 parent c0bd376 commit a882641

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "css-modules-require-hook",
2+
"name": "ts-blink-css-modules-require-hook",
33
"version": "4.2.3",
44
"description": "A require hook to compile CSS Modules on the fly",
55
"main": "src/index.js",
@@ -66,9 +66,7 @@
6666
},
6767
"scripts": {
6868
"lint": "eslint src/**/*.js",
69-
"prepublish": "npm run transpile",
7069
"pretest": "npm run transpile",
7170
"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"
7371
}
7472
}

0 commit comments

Comments
 (0)