update tsconfig
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/smartmustache",
|
||||
"version": "3.0.2",
|
||||
"description": "templates done right",
|
||||
"description": "A library for creating and applying templates using Handlebars.",
|
||||
"private": false,
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
@@ -16,7 +16,13 @@
|
||||
"url": "git+ssh://git@gitlab.com/pushrocks/tlt.git"
|
||||
},
|
||||
"keywords": [
|
||||
"template"
|
||||
"templating",
|
||||
"handlebars",
|
||||
"text processing",
|
||||
"data binding",
|
||||
"code generation",
|
||||
"string interpolation",
|
||||
"dynamic content"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user