소스 검색

Merge pull request #237 from fisch42/master

add .js to main property in package.json
tags/0.5.2
Jan Lehnardt 13 년 전
부모
커밋
37b48496b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      package.json

+ 1
- 1
package.json 파일 보기

@@ -4,7 +4,7 @@
"description": "Logic-less {{mustache}} templates with JavaScript", "description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>", "author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"keywords": ["mustache", "template", "templates", "ejs"], "keywords": ["mustache", "template", "templates", "ejs"],
"main": "./mustache",
"main": "./mustache.js",
"devDependencies": { "devDependencies": {
"vows": "0.6.x", "vows": "0.6.x",
"uglify-js": "1.3.0" "uglify-js": "1.3.0"


불러오는 중...
취소
저장