add license in package.json

This commit is contained in:
lucasdevelop 2021-08-07 17:23:31 +02:00
parent 2ff0636b41
commit d01f9fb233

View File

@ -1,6 +1,6 @@
{
"name": "jsste",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Javascript Static Template Emgine",
"main": "dist/index.js",
"directories": {
@ -26,7 +26,7 @@
"templateengine"
],
"author": "lucas palomo",
"license": "ISC",
"license": "GPL",
"bugs": {
"url": "https://github.com/lucaspalomodevelop/JSSTE/issues"
},