add examples-repo to readme.md

This commit is contained in:
lucaspalomodevelop 2022-10-28 16:44:20 +02:00
parent 6c386a0f74
commit 9d20956804
2 changed files with 4 additions and 3 deletions

View File

@ -105,3 +105,5 @@ let result = Jsste.render(pagecode, templatecode);
// </html>
```
#### Examples on [https://github.com/lucaspalomodevelop/JSSTE-Examples](https://github.com/lucaspalomodevelop/JSSTE-Examples)

View File

@ -1,6 +1,6 @@
{
"name": "jsste",
"version": "1.1.3",
"version": "1.2.0",
"description": "A Javascript Static Template Emgine",
"main": "src/index.js",
"directories": {
@ -32,8 +32,7 @@
},
"homepage": "https://github.com/lucaspalomodevelop/JSSTE#readme",
"dependencies": {
"typechecker": "^7.18.0",
"yarn": "^1.22.19"
"typechecker": "^7.18.0"
},
"engines": {
"node": ">= 0.10.0"