We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e222bf commit 2598be0Copy full SHA for 2598be0
package.json
@@ -1,6 +1,13 @@
1
{
2
+ "name": "@deadcoder0904/react-typical",
3
"version": "0.1.0",
4
"license": "MIT",
5
+ "repository": "deadcoder0904/react-typical",
6
+ "author": {
7
+ "name": "Akshay Kadam",
8
+ "email": "[email protected]",
9
+ "url": "https://akshaykadam.com"
10
+ },
11
"main": "dist/index.js",
12
"typings": "dist/index.d.ts",
13
"files": [
@@ -39,8 +46,6 @@
39
46
"singleQuote": true,
40
47
"trailingComma": "es5"
41
48
},
42
- "name": "@deadcoder0904/react-typical",
43
- "author": "Akshay Kadam",
44
49
"module": "dist/react-typical.esm.js",
45
50
"devDependencies": {
51
"@babel/core": "^7.10.5",
0 commit comments