@inizioevoke/astro-core 2.2.5 → 2.2.6

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: astro-core
2
+ name: evo-astro-core
3
3
  description: >
4
4
  Reference and implementation guide for @inizioevoke/astro-core — a library of reusable Astro components,
5
5
  build integrations, and client-side gesture scripts. Use this skill whenever the user asks how to use,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inizioevoke/astro-core",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
package/postinstall.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { copyFileSync, mkdirSync, existsSync, rmSync } from 'fs';
1
+ import { copyFileSync, mkdirSync, rmSync } from 'fs';
2
2
  import { join, dirname } from 'path';
3
3
  import { fileURLToPath } from 'url';
4
4