mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-10 15:18:27 -05:00
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:
20
dist/package.json
vendored
20
dist/package.json
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user