Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Nov 26, 2015
1 parent e267b50 commit a1b2c1b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/jonkemp/gulp-useref.git"
},
"files": [
"index.js"
],
"repository": "jonkemp/gulp-useref",
"keywords": [
"gulpplugin",
"html",
Expand All @@ -50,9 +50,5 @@
"concat"
],
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonkemp/gulp-useref/issues"
},
"homepage": "https://github.com/jonkemp/gulp-useref"
"license": "MIT"
}

0 comments on commit a1b2c1b

Please sign in to comment.