Skip to content

Commit

Permalink
Add npm pkg fixes (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Oct 23, 2023
1 parent 97274f4 commit b5b997e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"repository": {
"type": "git",
"url": "https://github.com/drwpow/cobalt-ui.git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
"directory": "packages/cli"
},
"homepage": "https://cobalt-ui.pages.dev",
"license": "MIT",
"type": "module",
"bin": {
"co": "./bin/cli.js",
"cobalt": "./bin/cli.js"
"co": "bin/cli.js",
"cobalt": "bin/cli.js"
},
"scripts": {
"build": "run-s -s build:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/drwpow/cobalt-ui.git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
"directory": "packages/core"
},
"homepage": "https://cobalt-ui.pages.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/drwpow/cobalt-ui.git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
"directory": "packages/plugin-css"
},
"homepage": "https://cobalt-ui.pages.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/drwpow/cobalt-ui.git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
"directory": "packages/plugin-js"
},
"homepage": "https://cobalt-ui.pages.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/drwpow/cobalt-ui.git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
"directory": "packages/plugin-sass"
},
"homepage": "https://cobalt-ui.pages.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/drwpow/cobalt-ui.git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
"directory": "packages/plugin-tailwind"
},
"license": "MIT",
Expand Down

0 comments on commit b5b997e

Please sign in to comment.