Skip to content

Commit bb9d367

Browse files
committed
Prep for minor release
1 parent f4e7fe2 commit bb9d367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerodevx/svelte-json-view",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "View JSON data prettily",
55
"author": "Jason Lee <jason@zerodevx.com>",
66
"svelte": "src/index.js",
@@ -11,7 +11,7 @@
1111
"dev": "rollup -c -w",
1212
"format": "prettier --write .",
1313
"lint": "eslint .",
14-
"build": "rollup -c",
14+
"build": "rollup -c rollup.dist.config.js",
1515
"prepublishOnly": "npm run build"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)