@atom63/slides 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 (1) hide show
  1. package/package.json +8 -5
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@atom63/slides",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/ATOM63/atom63-vite.git",
7
+ "url": "https://github.com/atom63/slides.git",
8
8
  "directory": "packages/slides"
9
9
  },
10
- "homepage": "https://github.com/ATOM63/atom63-vite/tree/main/packages/slides#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/atom63/slides/issues"
12
+ },
13
+ "homepage": "https://github.com/atom63/slides/tree/main/packages/slides#readme",
11
14
  "type": "module",
12
15
  "description": "Host-agnostic MDX slide presentation engine — an opinionated template grammar + token theming for building decks in MDX.",
13
16
  "keywords": [
@@ -126,8 +129,8 @@
126
129
  "typescript": "~5.8.3",
127
130
  "vite": "^7.1.5",
128
131
  "vitest": "^4.1.8",
129
- "@atom63/biome-config": "0.1.0",
130
- "@atom63/tsconfig": "0.1.0"
132
+ "@atom63/tsconfig": "0.1.0",
133
+ "@atom63/biome-config": "0.1.0"
131
134
  },
132
135
  "scripts": {
133
136
  "build": "tsup",