Skip to content

Commit 58cd253

Browse files
committed
fix(package): remove private flag from package.json
* Updated the package.json to remove the "private" flag. * This change allows the package to be published to the npm registry.
1 parent 4a1f429 commit 58cd253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/dev-config/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@pixpilot/dev-config",
33
"version": "3.2.0",
4-
"private": true,
54
"description": "Modern, opinionated development configurations.",
65
"author": "m.doaie",
76
"license": "MIT",

0 commit comments

Comments
 (0)