Skip to content

Commit

Permalink
Update vite build
Browse files Browse the repository at this point in the history
Signed-off-by: lfasani <[email protected]>
  • Loading branch information
lfasani committed Jan 29, 2024
1 parent 79bc392 commit 7dec9bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ObeoNetwork/gantt-task-react",
"version": "0.4.0",
"version": "0.4.1",
"description": "Interactive Gantt Chart for React with TypeScript.",
"author": "MaTeMaTuK <[email protected]>",
"homepage": "http://vtaits.github.io/gantt-task-react",
Expand All @@ -9,8 +9,9 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"main": "dist/index.js",
"module": "dist/index.modern.js",
"main": "./dist/gantt-task-react.umd.js",
"module": "./dist/gantt-task-react.es.js",
"types": "./dist/index.d.ts",
"source": "src/index.tsx",
"keywords": [
"react",
Expand Down

0 comments on commit 7dec9bb

Please sign in to comment.