Updating dist/package.json

Removing the name, license and dropping the version down. I also adjsted some of the parcel arguments.
This commit is contained in:
Rob Larsen
2020-05-08 12:25:04 -04:00
parent 6862fd310d
commit 231e047d27
2 changed files with 20 additions and 20 deletions

20
dist/package.json vendored
View File

@@ -1,20 +1,20 @@
{
"name": "html5-boilerplate",
"version": "1.0.0",
"name": " ",
"version": "0.0.1",
"description": "",
"main": "index.js",
"private": true,
"directories": {
"doc": "doc"
},
"scripts": {
"start": "npm run build",
"start": "npm run build && npm run dev",
"build": "parcel build index.html",
"dev": "parcel index.html",
"dev": "parcel index.html --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"h5bp",
"template",
"front-end"
],
"author": "",
"license": "ISC",
"license": "",
"devDependencies": {
"parcel-bundler": "^1.12.4"
}