sun-select-color 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +3 -1
package/README.md CHANGED
@@ -90,3 +90,6 @@ npm login
90
90
  npm publish --access public
91
91
  ```
92
92
 
93
+ ## 许可证
94
+
95
+ MIT
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "sun-select-color",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
+ "author": "your-name <your-email@example.com>",
5
+ "license": "MIT",
4
6
  "private": false,
5
7
  "type": "module",
6
8
  "main": "dist/sun-select-color.umd.cjs",