Skip to content

Commit 05a16da

Browse files
committed
v1.11.2
1 parent 0897104 commit 05a16da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-edit-react",
3-
"version": "1.11.1",
3+
"version": "1.11.2",
44
"description": "React component for editing or viewing JSON/object data",
55
"main": "build/index.cjs.js",
66
"module": "build/index.esm.js",
@@ -17,6 +17,7 @@
1717
"build": "rimraf ./build && rollup -c && rimraf ./build/dts",
1818
"lint": "npx eslint \"src/**\"",
1919
"postbuild": "node ./scripts/cleanBuildTypes.js",
20+
"prepublish": "yarn build",
2021
"compile": "rimraf ./build && tsc",
2122
"release": "yarn publish",
2223
"release-demo": "cd demo && yarn deploy"

0 commit comments

Comments
 (0)