Skip to content

Commit

Permalink
move handwritten js into js/
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki93 committed Apr 22, 2016
1 parent f40f183 commit c6656c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.js → js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if (figwheel) {
'react': require('react'),
}).start('main');
} else {
require('./target/index.js');
require('../target/index.js');
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"orientation": "portrait",
"sdkVersion": "5.0.0",
"packagerOpts": {
"root": "js",
"nonPersistent": ""
}
},
Expand Down

0 comments on commit c6656c1

Please sign in to comment.