Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moyuand committed Nov 27, 2024
1 parent 9a704c1 commit f15d243
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moyuand-ui",
"version": "1.0.1",
"version": "1.0.2",
"description": "Components Library By Vue3 + TS",
"main": "./dist/umd/index.umd.js",
"moduld": "./dist/es/index.mjs",
Expand All @@ -19,7 +19,9 @@
"require": "./dist"
}
},
"sideEffects": ["./dist/index.css "],
"sideEffects": [
"./dist/index.css "
],
"scripts": {
"build": "run-s clean build-only move-style",
"build-only": "run-p build-es build-umd",
Expand All @@ -29,7 +31,6 @@
"clean": "rimraf dist",
"release": "release-it"
},

"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
Expand Down

0 comments on commit f15d243

Please sign in to comment.