drab 5.0.0-beta.6 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "drab",
|
3
3
|
"description": "A headless custom element library",
|
4
|
-
"version": "5.0.0
|
4
|
+
"version": "5.0.0",
|
5
5
|
"homepage": "https://drab.robino.dev",
|
6
6
|
"license": "MIT",
|
7
7
|
"author": {
|
@@ -152,7 +152,7 @@
|
|
152
152
|
"copy": "cp package.json ./package && cp README.md ./package && cp LICENSE.md ./package",
|
153
153
|
"json": "bun src/lib/scripts/packageJson/index.ts && prettier --write package.json",
|
154
154
|
"package": "bun json && tsup && bun copy",
|
155
|
-
"pub": "bun i && bun doc && bun package && npm publish --access public
|
155
|
+
"pub": "bun i && bun doc && bun package && npm publish --access public ./package"
|
156
156
|
},
|
157
157
|
"devDependencies": {
|
158
158
|
"@tailwindcss/typography": "^0.5.10",
|