Skip to content

Commit 1d26113

Browse files
committed
Merge pull request webpack-contrib#7 from shama/patch-1
Include repository to avoid npm warning
2 parents 371176e + fb3c309 commit 1d26113

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
"scripts": {
1616
"test": "mocha --reporter spec"
1717
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git@github.com:webpack/css-loader.git"
21+
},
1822
"licenses": [
1923
{
2024
"type": "MIT",
2125
"url": "http://www.opensource.org/licenses/mit-license.php"
2226
}
2327
]
24-
}
28+
}

0 commit comments

Comments
 (0)