Skip to content

Commit

Permalink
Make library as side-effects-free
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilii Kovalev committed Jul 22, 2020
1 parent d20cb0a commit af6f445
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ npm install hydrate-text

## Features
* Dependency-free
* Side-effects-free
* Tree-shakable
* Light-weight
* Works with variables as an object and an array
* Flexible variable syntax change
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "hydrate-text",
"version": "1.1.3",
"version": "1.1.4",
"description": "Tiny library for dynamic text hydrating",
"main": "lib/index",
"module": "lib/index",
"types": "lib/index.d.ts",
"sideEffects": false,
"scripts": {
"test": "jest",
"tslint": "tsc --noEmit",
Expand Down

0 comments on commit af6f445

Please sign in to comment.