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

Signed-off-by: Shan Aminzadeh <shan.aminzadeh@chronosphere.io>
This commit is contained in:
Shan Aminzadeh 2023-01-25 05:00:59 -05:00 committed by GitHub
parent f08730df7e
commit cdfd18ce00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",