@happlyui/cli 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -189100,7 +189100,7 @@ async function init(options) {
189100
189100
  function createDefaultConfig(projectInfo) {
189101
189101
  const isSrcDir = projectInfo.isSrcDir;
189102
189102
  return {
189103
- $schema: "https://happly.cloud/schema.json",
189103
+ $schema: "https://cdn.jsdelivr.net/gh/Mindful-Connect/happly-ui-npm@production/schemas/components.json",
189104
189104
  tailwind: {
189105
189105
  config: projectInfo.tailwindConfig || "tailwind.config.ts",
189106
189106
  css: projectInfo.tailwindCss || (isSrcDir ? "src/index.css" : "index.css"),
@@ -189119,7 +189119,7 @@ function createDefaultConfig(projectInfo) {
189119
189119
  }
189120
189120
  function createConfig(projectInfo, responses) {
189121
189121
  return {
189122
- $schema: "https://happly.cloud/schema.json",
189122
+ $schema: "https://cdn.jsdelivr.net/gh/Mindful-Connect/happly-ui-npm@production/schemas/components.json",
189123
189123
  tailwind: {
189124
189124
  config: projectInfo.tailwindConfig || "tailwind.config.ts",
189125
189125
  css: projectInfo.tailwindCss || (projectInfo.isSrcDir ? "src/index.css" : "index.css"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happlyui/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Add HapplyUI components to your project",
5
5
  "type": "module",
6
6
  "bin": {