Rocky_Mountain_Vending/.pnpm-store/v10/files/87/6741307f174e3f5869f4b492734fb7679e1bb57e0c444d1162a529c36b0c10130edfea1e2aea949a10bac986e88267800fe42b309ed1750549f00fb0acfef2
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

5 lines
136 B
Text

'use strict'
const SemVer = require('../classes/semver')
const minor = (a, loose) => new SemVer(a, loose).minor
module.exports = minor