jlto 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,9 +7,6 @@
7
7
 
8
8
  > Jinja Like Templates Optimizer (JLTO) is a Nodejs-based tool for optimizing Jinja like templates.
9
9
 
10
- If you are thinking about contributing to open source, this article is a good read:
11
- [Why You Should Write Open Source Code and How It Helps Your Career](https://explainme.online/article/why-you-should-write-open-source-code-and-how-it-helps-your-career).
12
-
13
10
  **Gulp tool for JLTO:**
14
11
 
15
12
  [gulp-jlto](https://www.npmjs.com/package/gulp-jlto)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jlto",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Nodejs-based tool for optimizing Jinja like templates",
5
5
  "keywords": [
6
6
  "jinja",