Browse Source

index.js => src/node.js

Herbert Vojčík 8 years ago
parent
commit
a309183722
2 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json
  2. 0 0
      src/node.js

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "test-redux-goodies",
   "version": "0.0.1",
   "description": "Helpers to test Redux code.",
-  "main": "index.js",
+  "main": "src/index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },

+ 0 - 0
index.js → src/node.js