Skip to content

Commit d621f1a

Browse files
committed
chore: fixed pkg
1 parent 894786d commit d621f1a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"description": "The only pure React Native Native iOS and Android loading spinner (progress bar indicator) overlay",
44
"version": "3.0.0",
55
"author": "Nick Baugh <[email protected]>",
6-
"main": "lib/index.js",
7-
"types": "lib",
86
"bugs": {
97
"url": "https://github.com/joinspontaneous/react-native-loading-spinner-overlay/issues"
108
},
@@ -13,11 +11,6 @@
1311
"@commitlint/config-conventional"
1412
]
1513
},
16-
"scripts": {
17-
"build": "npm run test && tsc -p .",
18-
"lint": "xo && remark . -qfo",
19-
"test": "npm run lint"
20-
},
2114
"contributors": [
2215
"Nick Baugh <[email protected]> (http://niftylettuce.com)",
2316
"Rohit Bhatia <[email protected]> (http://blendtale.com)",
@@ -39,16 +32,16 @@
3932
"devDependencies": {
4033
"@commitlint/cli": "^7.2.1",
4134
"@commitlint/config-conventional": "^7.1.2",
35+
"@types/jest": "^25.2.3",
4236
"@types/react-native": "^0.63.50",
4337
"@typescript-eslint/parser": "^4.15.2",
4438
"babel-eslint": "^10.0.1",
4539
"eslint": "^4.19.1",
46-
"@types/jest": "^25.2.3",
4740
"eslint-config-xo-lass": "^1.0.3",
4841
"eslint-plugin-react": "^7.11.1",
4942
"eslint-plugin-react-native": "^3.4.0",
5043
"fixpack": "^2.3.1",
51-
"husky": "^1.1.2",
44+
"husky": "^1.3.1",
5245
"lint-staged": "^7.3.0",
5346
"prettier": "^1.14.3",
5447
"react": "16.6.0-alpha.8af6728",
@@ -58,10 +51,6 @@
5851
"typescript": "^4.2.2",
5952
"xo": "^0.23.0"
6053
},
61-
"peerDependencies": {
62-
"react": "*",
63-
"react-native": "*"
64-
},
6554
"homepage": "https://github.com/joinspontaneous/react-native-loading-spinner-overlay",
6655
"husky": {
6756
"hooks": {
@@ -105,6 +94,11 @@
10594
]
10695
}
10796
},
97+
"main": "lib/index.js",
98+
"peerDependencies": {
99+
"react": "*",
100+
"react-native": "*"
101+
},
108102
"prettier": {
109103
"singleQuote": true,
110104
"bracketSpacing": true,
@@ -119,6 +113,12 @@
119113
"type": "git",
120114
"url": "git+ssh://[email protected]/joinspontaneous/react-native-loading-spinner-overlay.git"
121115
},
116+
"scripts": {
117+
"build": "npm run test && tsc -p .",
118+
"lint": "xo && remark . -qfo",
119+
"test": "npm run lint"
120+
},
121+
"types": "lib",
122122
"xo": {
123123
"parser": "typescript-eslint",
124124
"prettier": true,

0 commit comments

Comments
 (0)