Include repository to avoid npm warning

master
Kyle Robinson Young 2014-01-22 14:34:07 -08:00
parent 649ffa40e9
commit 6a5d3f2c5b
1 changed files with 5 additions and 1 deletions

View File

@ -3,10 +3,14 @@
"version": "0.6.0",
"author": "Tobias Koppers @sokra",
"description": "style loader module for webpack",
"repository": {
"type": "git",
"url": "git@github.com:webpack/style-loader.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}
}