Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 543bb4b54d | |||
| e9da16ce4d |
3458
package-lock.json
generated
3458
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartmustache",
|
"name": "@pushrocks/smartmustache",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"description": "templates done right",
|
"description": "templates done right",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartmustache',
|
name: '@pushrocks/smartmustache',
|
||||||
version: '3.0.0',
|
version: '3.0.1',
|
||||||
description: 'templates done right'
|
description: 'templates done right'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import * as handlebars from 'handlebars';
|
import handlebars from 'handlebars';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* class Tlt allows templates to be used with different sets of data
|
* class Tlt allows templates to be used with different sets of data
|
||||||
|
|||||||
Reference in New Issue
Block a user