Changed main in package.json and bower.json to unminified file

This commit is contained in:
jacobawenger
2014-10-22 14:45:10 -07:00
parent 6de541060d
commit ea038ed458
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
"firebase",
"realtime"
],
"main": "dist/reactfire.min.js",
"main": "dist/reactfire.js",
"ignore": [
"**/.*",
"src",

View File

@@ -24,7 +24,7 @@
"realtime",
"react-component"
],
"main": "dist/reactfire.min.js",
"main": "dist/reactfire.js",
"files": [
"dist/**",
"LICENSE",