Skip to content

Commit 2598be0

Browse files
committed
Add Github repo to NPM
1 parent 0e222bf commit 2598be0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
2+
"name": "@deadcoder0904/react-typical",
23
"version": "0.1.0",
34
"license": "MIT",
5+
"repository": "deadcoder0904/react-typical",
6+
"author": {
7+
"name": "Akshay Kadam",
8+
"email": "akshaykadam0904@gmail.com",
9+
"url": "https://akshaykadam.com"
10+
},
411
"main": "dist/index.js",
512
"typings": "dist/index.d.ts",
613
"files": [
@@ -39,8 +46,6 @@
3946
"singleQuote": true,
4047
"trailingComma": "es5"
4148
},
42-
"name": "@deadcoder0904/react-typical",
43-
"author": "Akshay Kadam",
4449
"module": "dist/react-typical.esm.js",
4550
"devDependencies": {
4651
"@babel/core": "^7.10.5",

0 commit comments

Comments
 (0)