소스 검색

Specifying files in package.json

Good npm citizens should specify which files a npm module consists of
so module users dont have to download all the unnecessary things.
tags/v1.2.0
Phillip Johnsen 11 년 전
부모
커밋
a03e6930b0
2개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      .npmignore
  2. +7
    -0
      package.json

+ 0
- 2
.npmignore 파일 보기

@@ -1,2 +0,0 @@
test


+ 7
- 0
package.json 파일 보기

@@ -17,6 +17,13 @@
"bin": {
"mustache": "./bin/mustache"
},
"files": [
"mustache.js",
"mustache.min.js",
"bin",
"wrappers",
"LICENSE"
],
"volo": {
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
},


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