micromustache
Advanced tools
Comparing version 2.1.20 to 2.1.22
@@ -1,3 +0,4 @@ | ||
/*! micromustache v.2.1.20 | ||
/*! micromustache v.2.1.22 | ||
* A stripped down version of the {{mustache}} template engine with JavaScript | ||
* http://github.com/hanifbbz/micromustache.git | ||
* @license CC-BY-3.0 | ||
@@ -4,0 +5,0 @@ */ |
@@ -1,1 +0,1 @@ | ||
/*!micromustache 2.1.20*/!function(e,n){"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?module.exports=n():e.micromustache=n()}(this,function(){function e(e,n){return"string"!=typeof e?e:(("object"!=typeof n||null===n)&&(n={}),e.replace(/\{?\{\{\s*(.*?)\s*\}\}\}?/g,function(e,t){var r=n[t];switch(typeof r){case"string":case"number":case"boolean":return r;case"function":return r(t);default:return""}}))}function n(n){return function(t){return e(n,t)}}return{render:e,to_html:e,compile:n}}); | ||
/*!micromustache 2.1.22*/!function(e,n){"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?module.exports=n():e.micromustache=n()}(this,function(){function e(e,n){return"string"!=typeof e?e:(("object"!=typeof n||null===n)&&(n={}),e.replace(/\{?\{\{\s*(.*?)\s*\}\}\}?/g,function(e,t){var r=n[t];switch(typeof r){case"string":case"number":case"boolean":return r;case"function":return r(t);default:return""}}))}function n(n){return function(t){return e(n,t)}}return{render:e,to_html:e,compile:n}}); |
@@ -31,2 +31,3 @@ var gulp = require('gulp'); | ||
" * <%= pkg.description %>", | ||
" * <%= pkg.repository.url %>", | ||
" * @license <%= pkg.license %>", | ||
@@ -33,0 +34,0 @@ " */", |
{ | ||
"name": "micromustache", | ||
"version": "2.1.20", | ||
"version": "2.1.22", | ||
"description": "A stripped down version of the {{mustache}} template engine with JavaScript", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
], | ||
"main": "src/micromustache.js", | ||
"main": "dist/micromustache.js", | ||
"directories": { | ||
@@ -32,4 +32,3 @@ "lib": "dist", | ||
"gulp-size": "^0.4.0", | ||
"gulp-uglify": "^0.3.1", | ||
"uglify-js": "2.x" | ||
"gulp-uglify": "^0.3.1" | ||
}, | ||
@@ -36,0 +35,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
1247194
28
2567