From d0b003cc787ddc9ee0ad1b874f6360fa2b7da229 Mon Sep 17 00:00:00 2001 From: Andrew Borg Date: Thu, 11 May 2023 20:00:55 +0200 Subject: [PATCH] Update package --- .npmignore | 4 +++- package.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 0d6a0f2..8c76e64 100644 --- a/.npmignore +++ b/.npmignore @@ -11,4 +11,6 @@ test .gitignore .npmrc -prettier.json \ No newline at end of file +prettier.json +tsconfig.json +yarn.lock \ No newline at end of file diff --git a/package.json b/package.json index d13887b..8dfaa05 100644 --- a/package.json +++ b/package.json @@ -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",