[fix] remove 'module' from package.json

This is properly supported and there are no ES6 modules in the package at
the moment.
This commit is contained in:
Nicolas Gallagher
2017-10-11 15:02:56 -07:00
parent 0a4fdc155e
commit b537400f38
-1
View File
@@ -3,7 +3,6 @@
"version": "0.1.7",
"description": "React Native for Web",
"main": "dist/index.js",
"module": "dist/module.js",
"files": [
"babel",
"dist",