소스 검색

package.json: fix main

Herbert Vojčík 10 년 전
부모
커밋
13da8d5174
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
   },