Skip to content

Commit

Permalink
refactor: improve bundle size
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Mar 16, 2024
1 parent 892e670 commit 819cb5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@democracy-deutschland/bt-dip-sdk",
"version": "1.3.0",
"version": "1.3.0-alpha.0",
"description": "Bundestag DIP - TypeScript SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Manuel Ruck <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://www.democracy-deutschland.de",
"repository": "https://github.com/demokratie-live/bt-dip-sdk",
"files": [
"lib"
],
"scripts": {
"build": "pnpm gen && tsc && node esbuild.js",
"gen": "pnpm gen-sdk && pnpm gen-docs",
Expand Down

0 comments on commit 819cb5e

Please sign in to comment.