kn-hooks 0.0.21 → 0.0.23
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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kn-hooks",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "cross-env env_api=dev env_package=dev webpack-dev-server --progress",
|
|
6
6
|
"build": "cross-env env_api=prod env_package=prod webpack --config webpack.config.js",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"clipboard": "2.0.8"
|
|
15
15
|
},
|
|
16
|
+
"readme": "README.md",
|
|
16
17
|
"devDependencies": {
|
|
17
18
|
"@babel/core": "7.13.10",
|
|
18
19
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|