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 f4e7fe2 commit bb9d367Copy full SHA for bb9d367
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zerodevx/svelte-json-view",
3
- "version": "0.1.4",
+ "version": "0.2.0",
4
"description": "View JSON data prettily",
5
"author": "Jason Lee <jason@zerodevx.com>",
6
"svelte": "src/index.js",
@@ -11,7 +11,7 @@
11
"dev": "rollup -c -w",
12
"format": "prettier --write .",
13
"lint": "eslint .",
14
- "build": "rollup -c",
+ "build": "rollup -c rollup.dist.config.js",
15
"prepublishOnly": "npm run build"
16
},
17
"devDependencies": {
0 commit comments