Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit 0ee7ca0

Browse files
committed
Include repository to avoid npm warning
1 parent b70a4ad commit 0ee7ca0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
"dependencies": {
77
"raw-loader": "0.5.x"
88
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git@github.com:webpack/script-loader.git"
12+
},
913
"licenses": [
1014
{
1115
"type": "MIT",
1216
"url": "http://www.opensource.org/licenses/mit-license.php"
1317
}
1418
]
15-
}
19+
}

0 commit comments

Comments
 (0)