nitrostack 1.0.75 → 1.0.76
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 +1 -1
- package/templates/typescript-oauth/README.md +0 -2
- package/templates/typescript-oauth/package.json +0 -1
- package/templates/typescript-pizzaz/README.md +0 -2
- package/templates/typescript-pizzaz/package.json +0 -1
- package/templates/typescript-starter/README.md +0 -2
- package/templates/typescript-starter/package.json +0 -1
package/package.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "NitroStack Flight Booking - Real-time flight search and booking with Duffel API integration",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"postinstall": "nitrostack install --skip-widgets || true",
|
|
9
8
|
"dev": "nitrostack dev",
|
|
10
9
|
"build": "nitrostack build",
|
|
11
10
|
"start": "npm run build && nitrostack start",
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "NitroStack Pizza Shop Finder - Interactive map widgets with Mapbox integration",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"postinstall": "nitrostack install --skip-widgets || true",
|
|
9
8
|
"dev": "nitrostack dev",
|
|
10
9
|
"build": "nitrostack build",
|
|
11
10
|
"start": "npm run build && nitrostack start",
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "NitroStack starter template - Learn MCP server basics with a simple calculator example",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"postinstall": "nitrostack install --skip-widgets || true",
|
|
9
8
|
"dev": "nitrostack dev",
|
|
10
9
|
"build": "nitrostack build",
|
|
11
10
|
"start": "npm run build && nitrostack start",
|