Sfoglia il codice sorgente

package.json: fix main

Herbert Vojčík 10 anni fa
parent
commit
13da8d5174
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "amd-config-builder",
   "version": "0.1.0",
   "description": "Builds amd config for a project from configs of its components",
-  "main": "lib/configbuilder.js",
+  "main": "lib/config-builder.js",
   "scripts": {
     "test": "mocha"
   },