Skip to content

Commit d793c6d

Browse files
committed
bump 1.0.4
1 parent a524b1a commit d793c6d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "fe-reset",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "CSS reset implementation in FE stack",
55
"main": "index.min.css",
6-
"files": ["index.min.css", "index.css"],
6+
"files": [
7+
"index.min.css",
8+
"index.css"
9+
],
710
"scripts": {
811
"dev": "stylus -w ./src -o ./demo",
912
"build": "stylus ./src -o ./ && cssnano < index.css > index.min.css",

0 commit comments

Comments
 (0)