Skip to content

Commit 231e047

Browse files
committed
Updating dist/package.json
Removing the name, license and dropping the version down. I also adjsted some of the parcel arguments.
1 parent 6862fd3 commit 231e047

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

dist/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "html5-boilerplate",
3-
"version": "1.0.0",
2+
"name": " ",
3+
"version": "0.0.1",
44
"description": "",
5-
"main": "index.js",
6-
"private": true,
7-
"directories": {
8-
"doc": "doc"
9-
},
105
"scripts": {
11-
"start": "npm run build",
6+
"start": "npm run build && npm run dev",
127
"build": "parcel build index.html",
13-
"dev": "parcel index.html",
8+
"dev": "parcel index.html --open",
149
"test": "echo \"Error: no test specified\" && exit 1"
1510
},
11+
"keywords": [
12+
"h5bp",
13+
"template",
14+
"front-end"
15+
],
1616
"author": "",
17-
"license": "ISC",
17+
"license": "",
1818
"devDependencies": {
1919
"parcel-bundler": "^1.12.4"
2020
}

src/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "html5-boilerplate",
3-
"version": "1.0.0",
2+
"name": " ",
3+
"version": "0.0.1",
44
"description": "",
5-
"main": "index.js",
6-
"private": true,
7-
"directories": {
8-
"doc": "doc"
9-
},
105
"scripts": {
11-
"start": "npm run build",
6+
"start": "npm run build && npm run dev",
127
"build": "parcel build index.html",
13-
"dev": "parcel index.html",
8+
"dev": "parcel index.html --open",
149
"test": "echo \"Error: no test specified\" && exit 1"
1510
},
11+
"keywords": [
12+
"h5bp",
13+
"template",
14+
"front-end"
15+
],
1616
"author": "",
17-
"license": "ISC",
17+
"license": "",
1818
"devDependencies": {
1919
"parcel-bundler": "^1.12.4"
2020
}

0 commit comments

Comments
 (0)