A couple package.json updates

This commit is contained in:
Eric Allam
2022-03-01 09:37:26 +00:00
parent 17b031b483
commit 80fdabfbd9
+4 -4
View File
@@ -1,8 +1,8 @@
{
"private": true,
"name": "@jsonhero/json-hero",
"description": "",
"license": "",
"name": "@jsonhero/jsonhero-web",
"description": "A beautiful JSON viewer for the web",
"license": "apache-2.0",
"scripts": {
"clean": "rimraf dist",
"build": "npm run build:css && remix build",
@@ -101,4 +101,4 @@
},
"sideEffects": false,
"main": "dist/worker.js"
}
}