Selaa lähdekoodia

Merge pull request #435 from phillipj/chore/specify-pkg-files

Specifying files in package.json
tags/v1.2.0
David da Silva Contín 11 vuotta sitten
vanhempi
commit
1713f8e844
2 muutettua tiedostoa jossa 7 lisäystä ja 2 poistoa
  1. +0
    -2
      .npmignore
  2. +7
    -0
      package.json

+ 0
- 2
.npmignore Näytä tiedosto

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


+ 7
- 0
package.json Näytä tiedosto

@@ -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"
},


Loading…
Peruuta
Tallenna