astro-freelance-persona_theme 0.0.0-alpha.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/index.js +5 -0
  2. package/package.json +13 -0
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ // SPDX-FileCopyrightText: 2026 The freelance-persona_theme Project Contributors
2
+ //
3
+ // SPDX-License-Identifier: MIT
4
+
5
+ export default {};
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "astro-freelance-persona_theme",
3
+ "version": "0.0.0-alpha.1",
4
+ "description": "Initial stub package to initiate the package so that the CI can push to it",
5
+ "type": "module",
6
+ "main": "index.js",
7
+ "license": "MIT",
8
+ "author": "freelance-persona_theme Project Contributors",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/freelance-persona/astro-freelance-persona_theme.git"
12
+ }
13
+ }