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 1510feb commit 41c4627Copy full SHA for 41c4627
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cssplus-preprocessor",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "A CSS preprocessor for working with SUIT CSS",
5
"main": "lib/index.js",
6
"bin": {
@@ -58,7 +58,7 @@
58
"posttest": "npm run lint",
59
"lint": "eslint lib test bin/cssplus",
60
"watch": "npm run mocha -- --watch",
61
- "build": "node bin/cssplus -i test/fixtures -c test/config/noautoprefixer.js test/fixtures/reset.css 111111.css"
+ "pub": "npm publish && git push origin"
62
},
63
"keywords": [
64
"css",
0 commit comments