Skip to content

Commit

Permalink
Prep for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karbasia committed Aug 17, 2023
1 parent 8c529c1 commit 52324d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Empty file added .npmignore
Empty file.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Amir Karbasi",
"license": "MIT",
"main": "./dist/tririga-js-sdk.es.mjs",
"types": "./dist/tririga-js-sdk.es.d.mts",
"scripts": {
"build": "rm -rf dist && rollup -c",
"dev": "rollup -c -w",
Expand Down Expand Up @@ -38,5 +39,12 @@
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
}
},
"keywords": [
"tririga",
"tririga-ux",
"tririga-js",
"tririga-client",
"tririga-sdk"
]
}

0 comments on commit 52324d8

Please sign in to comment.