Skip to content

Commit

Permalink
Updating dist/package.json
Browse files Browse the repository at this point in the history
Removing the name, license and dropping the version down. I also adjsted some of the parcel arguments.
  • Loading branch information
roblarsen committed May 8, 2020
1 parent 6862fd3 commit 231e047
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
20 changes: 10 additions & 10 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit 231e047

Please sign in to comment.