Parcourir la source

Adding a bower.json file

The goal is to reduce the number of files downloaded by ignoring the test directory
tags/0.8.2
Robert Reinhard il y a 12 ans
Parent
révision
c68b434eb4
4 fichiers modifiés avec 27 ajouts et 2 suppressions
  1. +4
    -0
      CHANGES
  2. +21
    -0
      bower.json
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      package.json

+ 4
- 0
CHANGES Voir le fichier

@@ -1,3 +1,7 @@
= 0.8.2 / 17 Mar 2014

* Supporting Bower through a bower.json file.

= 0.8.1 / 3 Jan 2014 = 0.8.1 / 3 Jan 2014


* Fix usage of partial templates. * Fix usage of partial templates.


+ 21
- 0
bower.json Voir le fichier

@@ -0,0 +1,21 @@
{
"name": "Mustache.js",
"main": "mustache.js",
"version": "0.8.2",
"homepage": "https://github.com/janl/mustache.js",
"authors": [
"mustache.js Authors <http://github.com/janl/mustache.js>"
],
"description": "Logic-less {{mustache}} templates with JavaScript",
"keywords": ["mustache", "template", "templates", "ejs"],
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"test"
]
}

+ 1
- 1
mustache.js.nuspec Voir le fichier

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>0.8.1</version>
<version>0.8.2</version>
<authors>mustache.js Authors</authors> <authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl> <projectUrl>http://mustache.github.com/</projectUrl>


+ 1
- 1
package.json Voir le fichier

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "0.8.1",
"version": "0.8.2",
"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>",
"repository": { "repository": {


Chargement…
Annuler
Enregistrer