Bläddra i källkod

:ship: bump to version 3.2.0-beta.0

tags/v3.2.0
Phillip Johnsen 6 år sedan
förälder
incheckning
492d6838a8
6 ändrade filer med 6 tillägg och 6 borttagningar
  1. +1
    -1
      mustache.js
  2. +1
    -1
      mustache.js.nuspec
  3. +1
    -1
      mustache.min.js
  4. +1
    -1
      mustache.mjs
  5. +1
    -1
      package-lock.json
  6. +1
    -1
      package.json

+ 1
- 1
mustache.js Visa fil

@@ -651,7 +651,7 @@

var mustache = {
name: 'mustache.js',
version: '3.1.0',
version: '3.2.0-beta.0',
tags: [ '{{', '}}' ],
clearCache: undefined,
escape: undefined,


+ 1
- 1
mustache.js.nuspec Visa fil

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


+ 1
- 1
mustache.min.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 1
mustache.mjs Visa fil

@@ -644,7 +644,7 @@ Writer.prototype.rawValue = function rawValue (token) {

var mustache = {
name: 'mustache.js',
version: '3.1.0',
version: '3.2.0-beta.0',
tags: [ '{{', '}}' ],
clearCache: undefined,
escape: undefined,


+ 1
- 1
package-lock.json Visa fil

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "3.1.0",
"version": "3.2.0-beta.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {


+ 1
- 1
package.json Visa fil

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "3.1.0",
"version": "3.2.0-beta.0",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",


Laddar…
Avbryt
Spara