Rocky_Mountain_Vending/.pnpm-store/v10/files/53/2dbe0120eef40b0cff6943461a28cb442cc4af05f00b7baa91865a02a6695534ea34abf5e0b70aa3f9608c4fe5c7005ebe398be423598a8feb2349a64a2ae5
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

6 lines
227 B
Text

'use strict'
const outside = require('./outside')
// Determine if version is less than all the versions possible in the range
const ltr = (version, range, options) => outside(version, range, '<', options)
module.exports = ltr