Rocky_Mountain_Vending/.pnpm-store/v10/files/af/780d4ab5bfb0ad6a7e7962ec065a610a866632383223508b66c6fed06186083d4d41a84909c212b248a2248774df1e9d1d21e043590035b5c53124776d0039
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 major = (a, loose) => new SemVer(a, loose).major
module.exports = major