Skip to content

Commit

Permalink
Merge pull request #2 from marudy/development
Browse files Browse the repository at this point in the history
Remove src folder and move index.js in project root level
  • Loading branch information
Tasos Maroudas authored May 1, 2018
2 parents 8573503 + 0caa7c1 commit 3245bed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-responsive-screen",
"version": "1.1.0",
"description": "Make React Native views responsive for all devices with the use of 2 simple methods.",
"main": "./src/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 3245bed

Please sign in to comment.