diff --git a/dist/doc/misc.md b/dist/doc/misc.md index feb4b3a9f6..00c98ba9cc 100644 --- a/dist/doc/misc.md +++ b/dist/doc/misc.md @@ -193,8 +193,8 @@ if you're interested. The fields we provide are as follows: * `keywords` - an array of keywords used to discover your app in the npm registry -* `author` - defines the author (via `name`, `email` and `url` fields) of a - package. There is also an alternative [contributors](https://docs.npmjs.com/files/package.json#people-fields-author-contributors) +* `author` - defines the author of a package. There is also an alternative + [contributors](https://docs.npmjs.com/files/package.json#people-fields-author-contributors) field if there's more than one author. * `license` - the license for your application. Must conform to [specific rules](https://docs.npmjs.com/files/package.json#license) diff --git a/dist/package.json b/dist/package.json index d7a6937406..9637c53582 100644 --- a/dist/package.json +++ b/dist/package.json @@ -2,23 +2,15 @@ "name": " ", "version": "0.0.1", "description": "", + "keywords": "", + "license": "", + "author": "", "scripts": { - "start": "npm run build && npm run dev", "build": "parcel build index.html", "dev": "parcel index.html --open", + "start": "npm run build && npm run dev", "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [ - "h5bp", - "template", - "front-end" - ], - "author": { - "name" : "", - "email" : "", - "url" : "" - }, - "license": "", "devDependencies": { "parcel-bundler": "^1.12.4" } diff --git a/src/doc/misc.md b/src/doc/misc.md index feb4b3a9f6..00c98ba9cc 100644 --- a/src/doc/misc.md +++ b/src/doc/misc.md @@ -193,8 +193,8 @@ if you're interested. The fields we provide are as follows: * `keywords` - an array of keywords used to discover your app in the npm registry -* `author` - defines the author (via `name`, `email` and `url` fields) of a - package. There is also an alternative [contributors](https://docs.npmjs.com/files/package.json#people-fields-author-contributors) +* `author` - defines the author of a package. There is also an alternative + [contributors](https://docs.npmjs.com/files/package.json#people-fields-author-contributors) field if there's more than one author. * `license` - the license for your application. Must conform to [specific rules](https://docs.npmjs.com/files/package.json#license) diff --git a/src/package.json b/src/package.json index d7a6937406..9637c53582 100644 --- a/src/package.json +++ b/src/package.json @@ -2,23 +2,15 @@ "name": " ", "version": "0.0.1", "description": "", + "keywords": "", + "license": "", + "author": "", "scripts": { - "start": "npm run build && npm run dev", "build": "parcel build index.html", "dev": "parcel index.html --open", + "start": "npm run build && npm run dev", "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [ - "h5bp", - "template", - "front-end" - ], - "author": { - "name" : "", - "email" : "", - "url" : "" - }, - "license": "", "devDependencies": { "parcel-bundler": "^1.12.4" }