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

Commit 5bbe1ae

Browse files
committed
bad github repo url
1 parent ad07c07 commit 5bbe1ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "web-components-loader",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Easily load web components into a project using Webpack.",
55
"main": "lib/index.js",
66
"scripts": {
77
"build": "mkdir -p lib; babel src/index.js -o lib/index.js",
88
"release": "rm -rf dist; mkdir dist; cp -pR src lib package.json LICENSE README.md dist/; (cd dist; npm publish)",
99
"test": "jasmine"
1010
},
11-
"homepage": "https://github.com/FineUploader/react-web-components-loader#readme",
12-
"repository": "https://github.com/FineUploader/react-web-components-loader",
11+
"homepage": "https://github.com/rnicholus/web-components-loader#readme",
12+
"repository": "https://github.com/rnicholus/web-components-loader",
1313
"keywords": [
1414
"webpack",
1515
"javascript",

0 commit comments

Comments
 (0)