Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit aba1c1f

Browse files
committed
0.5.3
1 parent a2e9880 commit aba1c1f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "node-libs-browser",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"author": "Tobias Koppers @sokra",
55
"description": "The node core libs for in browser usage.",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/webpack/node-libs-browser.git"
8+
"url": "git+https://github.com/webpack/node-libs-browser.git"
99
},
1010
"dependencies": {
1111
"assert": "^1.1.1",
@@ -41,10 +41,6 @@
4141
"scripts": {
4242
"test": "echo \"Error: no test specified\" && exit 1"
4343
},
44-
"repository": {
45-
"type": "git",
46-
"url": "git+https://github.com/webpack/node-libs-browser.git"
47-
},
4844
"license": "MIT",
4945
"bugs": {
5046
"url": "https://github.com/webpack/node-libs-browser/issues"

0 commit comments

Comments
 (0)