Skip to content

Commit a2f015d

Browse files
author
SDS
committed
Some cleanup and remove esLint stuff
1 parent 0cf76ca commit a2f015d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "./src/index.js",
66
"files": ["android/", "ios/", "src/"],
77
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1",
89
"prepublish": "npm test && ./scripts/download-ios.sh 2.5.2 && rm -rf ./ios/RNS3.xcodeproj/xcuserdata ./ios/RNS3.xcodeproj/project.xcworkspace"
910
},
1011
"repository": {
@@ -14,9 +15,6 @@
1415
"keywords": ["react", "native", "aws", "s3", "transferutility"],
1516
"author": "Travis Gibson <travismgibson@gmail.com",
1617
"license": "MIT",
17-
"eslintConfig": {
18-
"extends": "mybigday"
19-
},
2018
"dependencies": {
2119
"react-native-simple-store": "^1.0.1",
2220
"snake-case": "^2.1.0"
@@ -27,7 +25,6 @@
2725
"babel-polyfill": "^6.16.0",
2826
"babel-preset-react-native": "^1.9.0",
2927
"eslint": "~2.2.0",
30-
"eslint-config-mybigday": "0.0.1",
3128
"eslint-plugin-react": "^4.1.0",
3229
"expect": "^1.20.2",
3330
"mocha": "^3.1.2",

0 commit comments

Comments
 (0)