@recursive-robot/react-jsx-parser 1.32.0 → 1.32.2
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/dist/cjs/react-jsx-parser.min.js +1 -1
- package/dist/cjs/react-jsx-parser.min.js.map +1 -1
- package/dist/es5/react-jsx-parser.min.js +1 -1
- package/dist/es5/react-jsx-parser.min.js.map +1 -1
- package/dist/umd/react-jsx-parser.min.js +1 -1
- package/dist/umd/react-jsx-parser.min.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"types": "dist/index.d.ts",
|
|
15
15
|
"name": "@recursive-robot/react-jsx-parser",
|
|
16
16
|
"repository": "RecursiveRobot/react-jsx-parser",
|
|
17
|
-
"version": "1.32.
|
|
17
|
+
"version": "1.32.2",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@types/jsdom": "^16.2.6",
|
|
20
20
|
"acorn": "^8.0.5",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"develop": "NODE_ENV=production concurrently -n build,ts,demo -c green,cyan,yellow \"yarn webpack --watch\" \"yarn types --watch\" \"yarn webpack serve --config ./webpack.demo.js\"",
|
|
82
82
|
"lint": "yarn eslint --ext .js,.ts,.tsx source/",
|
|
83
83
|
"postinstall": "npx patch-package",
|
|
84
|
-
"prebuild": "
|
|
84
|
+
"prebuild": "",
|
|
85
85
|
"sourcemap": "yarn build && source-map-explorer ./dist/es5/react-jsx-parser.min.js",
|
|
86
86
|
"test": "yarn lint && jest",
|
|
87
87
|
"types": "tsc -p ./tsconfig.json -d --emitDeclarationOnly"
|