Skip to content

Commit

Permalink
Merge pull request #2162 from h5bp/package-json-update
Browse files Browse the repository at this point in the history
Add bugs URL and keywords array to `package.json`
  • Loading branch information
coliff authored Oct 17, 2019
2 parents 8bf8ef7 + d2abd41 commit 1335de6
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
{
"name": "html5-boilerplate",
"version": "7.2.0",
"homepage": "https://html5boilerplate.com/",
"license": "MIT",
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
"keywords": [
"h5bp",
"template",
"front-end"
],
"repository": {
"type": "git",
"url": "https://github.com/h5bp/html5-boilerplate.git"
},
"bugs": {
"url" : "https://github.com/h5bp/html5-boilerplate/issues"
},
"scripts": {
"build": "gulp build",
"test": "gulp archive && mocha --require @babel/register --reporter spec --timeout 5000"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
Expand Down Expand Up @@ -47,15 +68,6 @@
"test": "test"
}
},
"homepage": "https://html5boilerplate.com/",
"license": "MIT",
"name": "html5-boilerplate",
"scripts": {
"build": "gulp build",
"test": "gulp archive && mocha --require @babel/register --reporter spec --timeout 5000"
},
"version": "7.2.0",
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
"files": [
"CHANGELOG.md",
"LICENSE.txt",
Expand All @@ -64,9 +76,5 @@
"modernizr-config.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/h5bp/html5-boilerplate.git"
},
"dependencies": {}
}

0 comments on commit 1335de6

Please sign in to comment.