Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroberto555 committed Jul 17, 2019
1 parent 0af1201 commit f098dbe
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "react-native-sqlite-storage",
"version": "3.3.11",
"description": "SQLite3 bindings for React Native (Android & iOS)",
"main": "sqlite.js",
"scripts": {
"test": "echo \"Error: no test specified yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andpor/react-native-sqlite-storage.git"
},
"keywords": [
"react-native-sqlite-storage",
"react-native-sqlite",
"react-component",
"reactnative",
"react-native",
"sqlite",
"sqlite3",
"ios",
"android",
"promise",
"cordova-sqlite-storage"
],
"author": "Andrzej Porebski",
"license": "MIT",
"bugs": {
"url": "https://github.com/andpor/react-native-sqlite-storage/issues"
},
"homepage": "https://github.com/andpor/react-native-sqlite-storage",
"peerDependencies": {
"react-native": ">=0.14.0"
}
"name": "react-native-sqlite-storage",
"version": "3.3.11",
"description": "SQLite3 bindings for React Native (Android & iOS)",
"main": "sqlite.js",
"scripts": {
"test": "echo \"Error: no test specified yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andpor/react-native-sqlite-storage.git"
},
"keywords": [
"react-native-sqlite-storage",
"react-native-sqlite",
"react-component",
"reactnative",
"react-native",
"sqlite",
"sqlite3",
"ios",
"android",
"promise",
"cordova-sqlite-storage"
],
"author": "Andrzej Porebski",
"license": "MIT",
"bugs": {
"url": "https://github.com/andpor/react-native-sqlite-storage/issues"
},
"homepage": "https://github.com/andpor/react-native-sqlite-storage",
"peerDependencies": {
"react-native": ">=0.14.0"
}
}
16 changes: 8 additions & 8 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
project: {
ios: {
project: 'src/ios/SQLite.xcodeproj'
},
android: {
sourceDir: 'src/android'
}
}
project: {
ios: {
project: 'src/ios/SQLite.xcodeproj'
},
android: {
sourceDir: 'src/android'
}
}
}

0 comments on commit f098dbe

Please sign in to comment.