File tree 2 files changed +20
-20
lines changed
2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " html5-boilerplate " ,
3
- "version" : " 1. 0.0" ,
2
+ "name" : " " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " " ,
5
- "main" : " index.js" ,
6
- "private" : true ,
7
- "directories" : {
8
- "doc" : " doc"
9
- },
10
5
"scripts" : {
11
- "start" : " npm run build" ,
6
+ "start" : " npm run build && npm run dev " ,
12
7
"build" : " parcel build index.html" ,
13
- "dev" : " parcel index.html" ,
8
+ "dev" : " parcel index.html --open " ,
14
9
"test" : " echo \" Error: no test specified\" && exit 1"
15
10
},
11
+ "keywords" : [
12
+ " h5bp" ,
13
+ " template" ,
14
+ " front-end"
15
+ ],
16
16
"author" : " " ,
17
- "license" : " ISC " ,
17
+ "license" : " " ,
18
18
"devDependencies" : {
19
19
"parcel-bundler" : " ^1.12.4"
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " html5-boilerplate " ,
3
- "version" : " 1. 0.0" ,
2
+ "name" : " " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " " ,
5
- "main" : " index.js" ,
6
- "private" : true ,
7
- "directories" : {
8
- "doc" : " doc"
9
- },
10
5
"scripts" : {
11
- "start" : " npm run build" ,
6
+ "start" : " npm run build && npm run dev " ,
12
7
"build" : " parcel build index.html" ,
13
- "dev" : " parcel index.html" ,
8
+ "dev" : " parcel index.html --open " ,
14
9
"test" : " echo \" Error: no test specified\" && exit 1"
15
10
},
11
+ "keywords" : [
12
+ " h5bp" ,
13
+ " template" ,
14
+ " front-end"
15
+ ],
16
16
"author" : " " ,
17
- "license" : " ISC " ,
17
+ "license" : " " ,
18
18
"devDependencies" : {
19
19
"parcel-bundler" : " ^1.12.4"
20
20
}
You can’t perform that action at this time.
0 commit comments