Skip to content

Commit

Permalink
[stdf]Fix NPM files
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Aug 31, 2023
1 parent 5afaa8b commit bc84578
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions doc/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.9

- Fixed missing files in the NPM package.

## 0.2.8

- 删除部分组件无用代码。
Expand Down
4 changes: 4 additions & 0 deletions doc/guide/changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.9

- 修复 NPM 缺少文件。

## 0.2.8

- Removed unnecessary code from some components.
Expand Down
7 changes: 2 additions & 5 deletions packages/stdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stdf",
"version": "0.2.8",
"version": "0.2.9",
"description": "Mobile web component library based on Svelte and Tailwind",
"main": "./components/index.js",
"svelte": "./components/index.js",
Expand All @@ -24,8 +24,5 @@
"type": "git",
"url": "https://github.com/dufu1991/stdf"
},
"type": "module",
"files": [
"dist/**"
]
"type": "module"
}

0 comments on commit bc84578

Please sign in to comment.