Skip to content

Commit

Permalink
build: use tsup for bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 23, 2023
1 parent 0205fb5 commit c46950d
Show file tree
Hide file tree
Showing 8 changed files with 1,100 additions and 192 deletions.
21 changes: 19 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-red-unstorage",
"name": "node-red-unstorage-test",
"version": "0.1.4",
"type": "module",
"description": "Running Node Red on Unstorage layer",
Expand All @@ -26,10 +26,11 @@
"express": "^4.18.2",
"mongodb": "^5.5.0",
"node-red": "^3.0.2",
"node-red-unstorage": "file:package",
"unstorage": "^1.6.0"
},
"overrides": {
"xml2js": "^0.5.0",
"moment-timezone": ">=0.5.35"
}
}
}
Loading

0 comments on commit c46950d

Please sign in to comment.