File tree 4 files changed +12
-28
lines changed 4 files changed +12
-28
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ if you're interested. The fields we provide are as follows:
193
193
194
194
* ` keywords ` - an array of keywords used to discover your app in the npm
195
195
registry
196
- * ` author ` - defines the author (via ` name ` , ` email ` and ` url ` fields) of a
197
- package. There is also an alternative [ contributors] ( https://docs.npmjs.com/files/package.json#people-fields-author-contributors )
196
+ * ` author ` - defines the author of a package. There is also an alternative
197
+ [ contributors] ( https://docs.npmjs.com/files/package.json#people-fields-author-contributors )
198
198
field if there's more than one author.
199
199
* ` license ` - the license for your application. Must conform to
200
200
[ specific rules] ( https://docs.npmjs.com/files/package.json#license )
Original file line number Diff line number Diff line change 2
2
"name" : " " ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " " ,
5
+ "keywords" : " " ,
6
+ "license" : " " ,
7
+ "author" : " " ,
5
8
"scripts" : {
6
- "start" : " npm run build && npm run dev" ,
7
9
"build" : " parcel build index.html" ,
8
10
"dev" : " parcel index.html --open" ,
11
+ "start" : " npm run build && npm run dev" ,
9
12
"test" : " echo \" Error: no test specified\" && exit 1"
10
13
},
11
- "keywords" : [
12
- " h5bp" ,
13
- " template" ,
14
- " front-end"
15
- ],
16
- "author" : {
17
- "name" : " " ,
18
- "email" : " " ,
19
- "url" : " "
20
- },
21
- "license" : " " ,
22
14
"devDependencies" : {
23
15
"parcel-bundler" : " ^1.12.4"
24
16
}
Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ if you're interested. The fields we provide are as follows:
193
193
194
194
* ` keywords ` - an array of keywords used to discover your app in the npm
195
195
registry
196
- * ` author ` - defines the author (via ` name ` , ` email ` and ` url ` fields) of a
197
- package. There is also an alternative [ contributors] ( https://docs.npmjs.com/files/package.json#people-fields-author-contributors )
196
+ * ` author ` - defines the author of a package. There is also an alternative
197
+ [ contributors] ( https://docs.npmjs.com/files/package.json#people-fields-author-contributors )
198
198
field if there's more than one author.
199
199
* ` license ` - the license for your application. Must conform to
200
200
[ specific rules] ( https://docs.npmjs.com/files/package.json#license )
Original file line number Diff line number Diff line change 2
2
"name" : " " ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " " ,
5
+ "keywords" : " " ,
6
+ "license" : " " ,
7
+ "author" : " " ,
5
8
"scripts" : {
6
- "start" : " npm run build && npm run dev" ,
7
9
"build" : " parcel build index.html" ,
8
10
"dev" : " parcel index.html --open" ,
11
+ "start" : " npm run build && npm run dev" ,
9
12
"test" : " echo \" Error: no test specified\" && exit 1"
10
13
},
11
- "keywords" : [
12
- " h5bp" ,
13
- " template" ,
14
- " front-end"
15
- ],
16
- "author" : {
17
- "name" : " " ,
18
- "email" : " " ,
19
- "url" : " "
20
- },
21
- "license" : " " ,
22
14
"devDependencies" : {
23
15
"parcel-bundler" : " ^1.12.4"
24
16
}
You can’t perform that action at this time.
0 commit comments