Skip to content

Commit

Permalink
Updates package.json for npm (#1988)
Browse files Browse the repository at this point in the history

* added repository field

* Small update to package.json
  • Loading branch information
roblarsen authored Aug 17, 2017
1 parent 40080b5 commit bfdc2c5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,22 @@
"homepage": "https://html5boilerplate.com/",
"license": "MIT",
"name": "html5-boilerplate",
"private": true,
"scripts": {
"build": "gulp build",
"test": "gulp archive && mocha --compilers js:babel-register --reporter spec --timeout 5000"
},
"version": "5.3.0"
"version": "6.0.0",
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
"files": [
"CHANGELOG.md",
"LICENSE.txt",
"package.json",
"dist/",
"modernizr-config.json",
"README.md"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/h5bp/html5-boilerplate.git"
}
}

0 comments on commit bfdc2c5

Please sign in to comment.