mirror of
https://github.com/lucaspalomodevelop/JSSTE.git
synced 2026-03-12 23:17:22 +00:00
add examples-repo to readme.md
This commit is contained in:
parent
6c386a0f74
commit
9d20956804
@ -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)
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user