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 9cacbba commit 42e0f1bCopy full SHA for 42e0f1b
demo/src/_imports.ts
@@ -3,10 +3,10 @@
3
*/
4
5
/* Installed package */
6
-// export * from 'json-edit-react'
+export * from 'json-edit-react'
7
8
/* Local src */
9
-export * from './json-edit-react/src'
+// export * from './json-edit-react/src'
10
11
/* Compiled local package */
12
// export * from './package/build'
demo/src/version.ts
@@ -1 +1 @@
1
-export const version = '1.12.0-rc1'
+export const version = '1.12.0'
0 commit comments