Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Nov 22, 2023
1 parent fbf2387 commit f4c1692
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
"name": "isolate-package",
"version": "1.3.3",
"description": "Isolate a monorepo package by bundling the build output with its shared workspace packages and lock file to form a self-contained directory.",
"description": "Isolate a monorepo package with its shared dependencies to form a self-contained directory, compatible with Firebase deploy",
"author": "Thijs Koerselman",
"license": "MIT",
"keywords": [
"monorepo",
"workspace",
"turborepo",
"workspaces",
"isolate",
"package",
"deploy",
"firebase",
"ci",
"pnpm",
"yarn",
"npm"
"ci"
],
"type": "module",
"module": "dist/index.mjs",
Expand Down

0 comments on commit f4c1692

Please sign in to comment.