Skip to content

Commit 37c1134

Browse files
committed
fixed unit test
1 parent 7a9b6f6 commit 37c1134

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
22
"name": "reshow",
3-
"version": "0.13.0-beta.19",
3+
"version": "0.13.0-beta.20",
44
"description": "Flux Reducer Present Library",
55
"main": "./build/cjs/src/index.js",
66
"module": "./build/es/src/index.js",
77
"repository": "react-atomic/reshow",
8-
"keywords": [
9-
"react",
10-
"reactjs"
11-
],
8+
"keywords": ["react", "reactjs"],
129
"author": "Hill <hill@kimo.com>",
1310
"license": "MIT",
1411
"dependencies": {
@@ -38,7 +35,7 @@
3835
"@babel/preset-react": "*",
3936
"babel-plugin-add-module-exports": "*",
4037
"babel-plugin-dynamic-import-node": "*",
41-
"babel-plugin-object-to-json-parse": "*",
38+
"babel-plugin-reshow-object-to-json-parse": "*",
4239
"babel-plugin-reshow-transform-runtime": "*",
4340
"babel-plugin-transform-react-pure-class-to-function": "*",
4441
"babel-plugin-transform-react-remove-prop-types": "*",
@@ -69,9 +66,5 @@
6966
"format": "prettier-eslint --write '**/src/**/*.js' '**/ui/**/*.jsx'",
7067
"prepublishOnly": "npm run test"
7168
},
72-
"files": [
73-
"build",
74-
"package.json",
75-
"README.md"
76-
]
69+
"files": ["build", "package.json", "README.md"]
7770
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,14 +1350,6 @@ babel-plugin-dynamic-import-node@*, babel-plugin-dynamic-import-node@^2.3.3:
13501350
dependencies:
13511351
object.assign "^4.1.0"
13521352

1353-
babel-plugin-object-to-json-parse@*:
1354-
version "0.2.1"
1355-
resolved "https://registry.yarnpkg.com/babel-plugin-object-to-json-parse/-/babel-plugin-object-to-json-parse-0.2.1.tgz#c03aaa2808e83d05dd2488cf957660d2c261ad51"
1356-
integrity sha512-dxDar/rzwC18D7MWUdiTIZ6HQ0v5anvqa0FxLw+X+QxsKvgUBNPm3Hq1R1gr5WZOU6P1PYPnRhm9cXDNqwjbUA==
1357-
dependencies:
1358-
"@babel/core" "^7.7.7"
1359-
"@babel/types" "^7.7.4"
1360-
13611353
babel-plugin-polyfill-corejs2@^0.1.4:
13621354
version "0.1.5"
13631355
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.5.tgz#8fc4779965311393594a1b9ad3adefab3860c8fe"
@@ -1382,6 +1374,14 @@ babel-plugin-polyfill-regenerator@^0.1.2:
13821374
dependencies:
13831375
"@babel/helper-define-polyfill-provider" "^0.1.2"
13841376

1377+
babel-plugin-reshow-object-to-json-parse@*:
1378+
version "0.0.9"
1379+
resolved "https://registry.yarnpkg.com/babel-plugin-reshow-object-to-json-parse/-/babel-plugin-reshow-object-to-json-parse-0.0.9.tgz#1f2f8ceacf5f52e7643d2dacfb50a0b4d25b09cc"
1380+
integrity sha512-7txZhMzgidD2x1hctpsnlfwg2hPTT4iTRJoAdnkIufoVBH0DjQFSK6HdtfYrJisBmAinq2r8JKqQYcdSLzw0+Q==
1381+
dependencies:
1382+
"@babel/core" "^7.7.7"
1383+
"@babel/types" "^7.7.4"
1384+
13851385
babel-plugin-reshow-transform-runtime@*:
13861386
version "0.0.5"
13871387
resolved "https://registry.yarnpkg.com/babel-plugin-reshow-transform-runtime/-/babel-plugin-reshow-transform-runtime-0.0.5.tgz#adbcd08852aa9686603f13dadda30f2f6b9fc6aa"

0 commit comments

Comments
 (0)