@@ -1,3 +1,7 @@
+## 0.2.9
+
+- Fixed missing files in the NPM package.
## 0.2.8
- 删除部分组件无用代码。
+- 修复 NPM 缺少文件。
- Removed unnecessary code from some components.
@@ -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",
@@ -24,8 +24,5 @@
"type": "git",
"url": "https://github.com/dufu1991/stdf"
},
- "type": "module",
- "files": [
- "dist/**"
- ]
+ "type": "module"
}