signal-layers 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.
- package/bin/signal-layers.js +1 -1
- package/package.json +1 -1
package/bin/signal-layers.js
CHANGED
|
@@ -8,7 +8,7 @@ const __filename = fileURLToPath(import.meta.url);
|
|
|
8
8
|
const __dirname = dirname(__filename);
|
|
9
9
|
|
|
10
10
|
const componentsDir = join(__dirname, '../src');
|
|
11
|
-
const targetDir = join(process.cwd(), 'src/components/signal');
|
|
11
|
+
const targetDir = join(process.cwd(), 'src/components/signal-layers');
|
|
12
12
|
|
|
13
13
|
function ensureDir(dir) {
|
|
14
14
|
if (!existsSync(dir)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "signal-layers",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A minimalist, framework-agnostic component library where components respond to signals of intention, not rigid variants or configuration APIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|