Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
karbasia committed Aug 17, 2023
1 parent 52324d8 commit de976e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
node_modules/
dist/
coverage/
coverage/
docs/
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage/
docs/
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Lightweight TRIRIGA Javascript Client SDK",
"author": "Amir Karbasi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/karbasia/tririga-js-sdk.git"
},
"main": "./dist/tririga-js-sdk.es.mjs",
"types": "./dist/tririga-js-sdk.es.d.mts",
"scripts": {
Expand Down

0 comments on commit de976e3

Please sign in to comment.