From 9d20956804c8806c5055315f7d1f31af60f68edb Mon Sep 17 00:00:00 2001 From: lucaspalomodevelop Date: Fri, 28 Oct 2022 16:44:20 +0200 Subject: [PATCH] add examples-repo to readme.md --- README.md | 2 ++ package.json | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02fc514..07c9594 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,5 @@ let result = Jsste.render(pagecode, templatecode); // ``` + +#### Examples on [https://github.com/lucaspalomodevelop/JSSTE-Examples](https://github.com/lucaspalomodevelop/JSSTE-Examples) diff --git a/package.json b/package.json index f6c84bb..de186c2 100644 --- a/package.json +++ b/package.json @@ -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"