Skip to content

Commit

Permalink
git configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Carlini committed Nov 30, 2023
1 parent d5cb434 commit fda8fe1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "ts-utily",
"version": "1.1.9",
"version": "1.1.10",
"description": "Typescript utils library",
"homepage": "https://github.com/kemotx90/ts-utily#readme",
"main": "dist/ts-utily.js",
"types": "dist/ts-utily.d.ts",
"type": "module",
Expand All @@ -13,7 +14,7 @@
"test": "npx jest --coverage",
"build": "rimraf dist && tsc && rollup -c",
"publish": "npm publish",
"git:publish": "npm run git add -A src && git push",
"git:publish": "git add -A src && git push origin main",
"documentation": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts"
},
"jest": {
Expand All @@ -28,7 +29,9 @@
"number",
"common",
"collection",
"conversion"
"conversion",
"angular utils",
"react utils"
],
"author": "Piero Solinas & Daniele Carlini",
"license": "MIT",
Expand Down

0 comments on commit fda8fe1

Please sign in to comment.