Skip to content

Commit

Permalink
Remove src folder and move index.js in project root level
Browse files Browse the repository at this point in the history
  • Loading branch information
marudy committed May 1, 2018
1 parent 7bcced6 commit 0caa7c1
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.0.3",
"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 0caa7c1

Please sign in to comment.