Skip to content

Commit 780d232

Browse files
committed
Updated git url and homepage
1 parent 13c7021 commit 780d232

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "react-fullscreen-loading",
33
"version": "0.0.2",
4-
"description": "Minimal fullscreen loading for react",
4+
"description": "Minimal fullscreen loading for React",
55
"main": "dist/loading.js",
66
"scripts": {
77
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
88
"dev": "webpack-dev-server --config dev.config.js --mode development",
99
"build": "webpack --mode production"
1010
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/shaminmeerankutty/react-fullscreen-loading"
14+
},
1115
"keywords": [
1216
"React",
1317
"Loading",
@@ -16,6 +20,7 @@
1620
],
1721
"author": "Shamin Meerankutty",
1822
"license": "MIT",
23+
"homepage": "https://github.com/shaminmeerankutty/react-fullscreen-loading",
1924
"dependencies": {
2025
"prop-types": "^15.6.2",
2126
"react": "^16.4.1",

0 commit comments

Comments
 (0)