Skip to content

Commit

Permalink
chore: update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Nov 3, 2023
1 parent 7dd4783 commit 556e02e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion packages/ngx-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@clickup/ngx-esbuild",
"version": "0.0.1",
"version": "0.0.2",
"description": "ClickUp's esbuild powered local dev server, open sourced so you can speed up developing your own Angular applications!",
"repository": {
"type": "git",
"url": "git+https://github.com/clickup/ngx-esbuild.git"
},
"keywords": [
"Angular",
"esbuild",
"Nx",
"Nx Plugin"
],
"author": "ClickUp",
"license": "MIT",
"bugs": {
"url": "https://github.com/clickup/ngx-esbuild/issues"
},
"homepage": "https://github.com/clickup/ngx-esbuild#readme",
"dependencies": {
"@nx/devkit": "^17.0.2",
"tslib": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-esbuild/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "packages/ngx-esbuild/src/index.ts",
"tsConfig": "packages/ngx-esbuild/tsconfig.lib.json",
"assets": [
"packages/ngx-esbuild/*.md",
"README.md",
{
"input": "./packages/ngx-esbuild/src",
"glob": "**/!(*.ts)",
Expand Down

0 comments on commit 556e02e

Please sign in to comment.