@momo-kits/webview 0.0.2-beta → 0.0.5

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/package.json +16 -16
  2. package/publish.sh +1 -1
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
- "name": "@momo-kits/webview",
3
- "version": "0.0.2-beta",
4
- "private": false,
5
- "dependencies": {
6
- "lodash": "^4.17.15",
7
- "prop-types": "^15.7.2",
8
- "react": "16.9.0"
9
- },
10
- "peerDependencies": {
11
- "react": "16.9.0",
12
- "react-native": ">=0.55"
13
- },
14
- "devDependencies": {},
15
- "license": "MOMO"
16
- }
17
-
2
+ "name": "@momo-kits/webview",
3
+ "version": "0.0.5",
4
+ "private": false,
5
+ "main": "index.js",
6
+ "dependencies": {
7
+ "lodash": "^4.17.15",
8
+ "prop-types": "^15.7.2",
9
+ "react": "16.9.0"
10
+ },
11
+ "peerDependencies": {
12
+ "react": "16.9.0",
13
+ "react-native": ">=0.55"
14
+ },
15
+ "devDependencies": {},
16
+ "license": "MoMo"
17
+ }
package/publish.sh CHANGED
@@ -12,7 +12,7 @@ echo VERSION: $VERSION
12
12
  rsync -r --verbose --exclude '*.mdx' --exclude '*Demo.js' --exclude 'props-type.js' --exclude 'prop-types.js' ./* dist
13
13
 
14
14
  # #babel component to dist
15
- babel ./dist -d dist --copy-files
15
+ #babel ./dist -d dist --copy-files
16
16
 
17
17
  #copy option
18
18
  #cp -r ./src/ dist