Skip to content

Commit 41c4627

Browse files
committed
package.json v1.1.1
1 parent 1510feb commit 41c4627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssplus-preprocessor",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A CSS preprocessor for working with SUIT CSS",
55
"main": "lib/index.js",
66
"bin": {
@@ -58,7 +58,7 @@
5858
"posttest": "npm run lint",
5959
"lint": "eslint lib test bin/cssplus",
6060
"watch": "npm run mocha -- --watch",
61-
"build": "node bin/cssplus -i test/fixtures -c test/config/noautoprefixer.js test/fixtures/reset.css 111111.css"
61+
"pub": "npm publish && git push origin"
6262
},
6363
"keywords": [
6464
"css",

0 commit comments

Comments
 (0)