Skip to content

Commit 2df98cc

Browse files
committed
0.0.2
1 parent d5b86dd commit 2df98cc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webcoreui",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro check && astro build",
@@ -21,5 +21,7 @@
2121
"./styles": "./scss/index.scss",
2222
"./config": "./scss/config.scss"
2323
},
24-
"files": ["dist"]
24+
"files": [
25+
"dist"
26+
]
2527
}

0 commit comments

Comments
 (0)