Files
html5-boilerplate/dist/package.json
Rob Larsen 231e047d27 Updating dist/package.json
Removing the name, license and dropping the version down. I also adjsted some of the parcel arguments.
2020-05-08 12:25:04 -04:00

22 lines
421 B
JSON

{
"name": " ",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "npm run build && npm run dev",
"build": "parcel build index.html",
"dev": "parcel index.html --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"h5bp",
"template",
"front-end"
],
"author": "",
"license": "",
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}