Skip to content

Commit

Permalink
publish only relevant files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Aug 18, 2019
1 parent 5683b3b commit f9db5ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dist/example/
# config files
tslint.json
.gitignore
.npmignore
cc-test-reporter
.editorconfig
.jscs
.jshintrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-expression-eval",
"version": "2.0.2",
"version": "2.0.3",
"description": "evaluate a json described boolean expression using dynamic functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f9db5ec

Please sign in to comment.