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 8778a93 commit ffb0f90Copy full SHA for ffb0f90
.commithash
@@ -0,0 +1 @@
1
+8778a932f9079738583fd7957d01680c054d5d4c
package.json
@@ -5,9 +5,11 @@
5
"main": "dist/cssobj-plugin-localize.cjs.js",
6
"jsnext:main": "dist/cssobj-plugin-localize.es.js",
7
"scripts": {
8
+ "pretest": "rollup -c",
9
"test": "mocha",
10
"report": "cd dist && gzip < cssobj-plugin-localize.min.js > cssobj-plugin-localize.min.gz && ls -lh && rm -f *.gz",
- "make": "rollup -c && uglifyjs dist/cssobj-plugin-localize.iife.js -cm -o dist/cssobj-plugin-localize.min.js && gulp bump"
11
+ "build": "git rev-parse HEAD > .commithash && rollup -c && uglifyjs dist/cssobj-plugin-localize.iife.js -cm -o dist/cssobj-plugin-localize.min.js",
12
+ "make": "gulp bump && npm run build"
13
},
14
"repository": {
15
"type": "git",
0 commit comments