Skip to content

Commit

Permalink
Add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kubedo8 committed Jan 24, 2021
1 parent 9bff624 commit f9b4fcc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tsconfig.json
src
.vscode/
.idea/
.rpt2_cache/
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lumeer/data-filters",
"version": "0.1.0",
"description": "Data filters",
"description": "Helper library to filter data values",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -12,6 +12,10 @@
"preversion": "eslint --ext .ts .",
"test": "jasmine-ts --config=jasmine.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lumeer/data-filters.git"
},
"keywords": [
"data",
"filters",
Expand Down

0 comments on commit f9b4fcc

Please sign in to comment.