[lezer-promql] Fix package.json main to point to correct cjs module (#11888)

Signed-off-by: Shan Aminzadeh <shan.aminzadeh@chronosphere.io>
pull/11729/head
Shan Aminzadeh 2 years ago committed by GitHub
parent f08730df7e
commit cdfd18ce00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
"name": "@prometheus-io/lezer-promql",
"version": "0.41.0-rc.0",
"description": "lezer-based PromQL grammar",
"main": "index.cjs",
"main": "dist/index.cjs",
"type": "module",
"exports": {
"import": "./dist/index.es.js",

Loading…
Cancel
Save