Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg committed May 11, 2023
1 parent 5aa6029 commit d0b003c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ test

.gitignore
.npmrc
prettier.json
prettier.json
tsconfig.json
yarn.lock
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "rulepilot",
"version": "1.1.8",
"version": "1.1.9",
"description": "Rule parsing engine for JSON rules",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"badges": "jest-badges-readme",
"test": "jest --testPathPattern=test --color --forceExit",
Expand Down

0 comments on commit d0b003c

Please sign in to comment.