Explorar o código

package.json: fix "main" to point to right file

Herbert Vojčík %!s(int64=8) %!d(string=hai) anos
pai
achega
6033f43e47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "test-redux-goodies",
   "version": "0.0.2",
   "description": "Helpers to test Redux code.",
-  "main": "lib/index.js",
+  "main": "lib/node.js",
   "scripts": {
     "build": "babel src --presets es2015 --out-dir lib",
     "test": "echo \"Error: no test specified\" && exit 1"