stacks 0.70.5 → 0.70.7
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/package.json +8 -3
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.7",
|
|
5
5
|
"description": "The Stacks framework.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
|
-
"contributors": [
|
|
7
|
+
"contributors": [
|
|
8
|
+
"Chris Breuer <chris@stacksjs.org>"
|
|
9
|
+
],
|
|
8
10
|
"license": "MIT",
|
|
9
11
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
10
12
|
"homepage": "https://github.com/stacksjs/stacks/tree/main/stacks#readme",
|
|
@@ -340,7 +342,10 @@
|
|
|
340
342
|
}
|
|
341
343
|
},
|
|
342
344
|
"types": "./types/dist/index.d.ts",
|
|
343
|
-
"files": [
|
|
345
|
+
"files": [
|
|
346
|
+
"README.md",
|
|
347
|
+
"dist"
|
|
348
|
+
],
|
|
344
349
|
"scripts": {
|
|
345
350
|
"buddy": "bun run ./buddy/src/cli.ts",
|
|
346
351
|
"build": "cd path && bun run build && cd .. && bun ./build.ts",
|