@sorrell/code-hike 1.0.2 → 1.0.3

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
- * @file remotion.config.js
2
+ * @file Remotion.ts
3
3
  * @author Gage Sorrell <gage@sorrell.sh>
4
4
  * @copyright (c) 2026 Gage Sorrell
5
5
  * @license MIT
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sorrell/code-hike",
3
3
  "private": false,
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "description": "A helper library for making animations with Code Hike.",
6
6
  "scripts": {
7
7
  "build": "tsc -p ./tsconfig.json"
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "remotion": {
38
- "optional": true
38
+ "optional": true
39
39
  }
40
40
  },
41
41
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  "files": [
47
47
  "Distribution",
48
48
  "Distribution/**/*",
49
- "remotion.config.ts",
49
+ "Remotion.ts",
50
50
  "tsconfig.remotion.json"
51
51
  ],
52
52
  "exports": {
@@ -55,7 +55,7 @@
55
55
  "types": "./Distribution/index.d.ts"
56
56
  },
57
57
  "./tsconfig": "./tsconfig.remotion.json",
58
- "./remotion": "./remotion.config.ts"
58
+ "./remotion": "./Remotion.ts"
59
59
  },
60
60
  "dependencies": {
61
61
  "@mdx-js/loader": "",