Skip to content

Commit

Permalink
packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Serrano committed Jul 22, 2021
1 parent b2c69b1 commit 797a8c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@briza/illogical",
"version": "1.4.4",
"version": "1.4.6",
"description": "A micro conditional javascript engine used to parse the raw logical and comparison expressions, evaluate the expression in the given data context, and provide access to a text form of the given expressions.",
"main": "lib/illogical.js",
"module": "lib/illogical.esm.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"jest": "^26.6.3",
"license-checker": "^25.0.1",
"prettier": "^2.3.2",
"rollup": "^2.52.6",
"rollup": "^2.53.3",
"rollup-plugin-eslint": "^7.0.0",
"ts-jest": "^26.5.6",
"typedoc": "^0.21.2",
Expand Down

0 comments on commit 797a8c9

Please sign in to comment.