Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e87c14f3d8 | |||
| d8abd96ad4 | |||
| 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",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.2",
|
||||
"description": "templates done right",
|
||||
"private": false,
|
||||
"main": "dist_ts/index.js",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartmustache',
|
||||
version: '3.0.0',
|
||||
version: '3.0.2',
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user