dufu1991 3 роки тому
батько
коміт
bc8457801f
3 змінених файлів з 10 додано та 5 видалено
  1. 4 0
      doc/guide/changelog.md
  2. 4 0
      doc/guide/changelog_en.md
  3. 2 5
      packages/stdf/package.json

+ 4 - 0
doc/guide/changelog.md

@@ -1,3 +1,7 @@
+## 0.2.9
+
+- Fixed missing files in the NPM package.
+
 ## 0.2.8
 
 - 删除部分组件无用代码。

+ 4 - 0
doc/guide/changelog_en.md

@@ -1,3 +1,7 @@
+## 0.2.9
+
+- 修复 NPM 缺少文件。
+
 ## 0.2.8
 
 - Removed unnecessary code from some components.

+ 2 - 5
packages/stdf/package.json

@@ -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"
 }