Skip to content

Commit a756502

Browse files
committed
v1.0.1
1 parent 642669c commit a756502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"postcss": "^6.0.21",
3+
"fs-extra": "^5.0.0",
44
"rollup-pluginutils": "^2.0.1"
55
},
66
"name": "rollup-plugin-css-bundle",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"main": "dist/index.js",
99
"module": "src/index.js",
1010
"repository": "git@github.com:danburzo/rollup-plugin-css-bundle.git",
@@ -18,7 +18,7 @@
1818
"rollup": "^0.58.1"
1919
},
2020
"scripts": {
21-
"build": "rollup -i src/index.js -o dist/index.js -f cjs",
22-
"watch": "rollup -w -i src/index.js -o dist/index.js -f cjs"
21+
"build": "rollup -c",
22+
"watch": "rollup -w -c"
2323
}
2424
}

0 commit comments

Comments
 (0)