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 1d396c8 commit 2199840Copy full SHA for 2199840
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-edit-react",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "React component for editing or viewing JSON/object data",
5
"main": "build/index.cjs.js",
6
"module": "build/index.esm.js",
@@ -16,7 +16,7 @@
16
"demo": "cd demo && node ./scripts/getVersion.js && yarn start",
17
"build": "rimraf ./build && rollup -c && rimraf ./build/dts",
18
"compile": "rimraf ./build && tsc",
19
- "release": "yarn build && yarn publish",
+ "release": "yarn publish",
20
"release-demo": "cd demo && yarn deploy"
21
},
22
"peerDependencies": {
0 commit comments