Skip to content

Commit

Permalink
add complete.js for react-native bundler (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockulus authored and caridy committed Oct 4, 2016
1 parent 6ed6867 commit 980bc89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"./locale-data/complete": false,
"./locale-data/complete.js": false
},
"react-native": {
"./locale-data/complete": "./locale-data/complete",
"./locale-data/complete.js": "./locale-data/complete.js"
},
"devDependencies": {
"async": "^0.9.0",
"babel-cli": "^6.2.0",
Expand Down

0 comments on commit 980bc89

Please sign in to comment.