Skip to content

Commit fb3c309

Browse files
committed
Include repository to avoid npm warning
1 parent 371176e commit fb3c309

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)