We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0897104 commit 05a16daCopy full SHA for 05a16da
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-edit-react",
3
- "version": "1.11.1",
+ "version": "1.11.2",
4
"description": "React component for editing or viewing JSON/object data",
5
"main": "build/index.cjs.js",
6
"module": "build/index.esm.js",
@@ -17,6 +17,7 @@
17
"build": "rimraf ./build && rollup -c && rimraf ./build/dts",
18
"lint": "npx eslint \"src/**\"",
19
"postbuild": "node ./scripts/cleanBuildTypes.js",
20
+ "prepublish": "yarn build",
21
"compile": "rimraf ./build && tsc",
22
"release": "yarn publish",
23
"release-demo": "cd demo && yarn deploy"
0 commit comments