@codemirror/language
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -0,1 +1,7 @@ | ||
## 0.17.2 (2021-01-06) | ||
### New features | ||
The package now also exports a CommonJS module. | ||
## 0.17.1 (2020-12-30) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@codemirror/language", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "Language support infrastructure for the CodeMirror code editor", | ||
"scripts": { | ||
"test": "mocha test/test-*.js", | ||
"prepare": "tsc && rollup -c" | ||
"prepare": "tsc -p tsconfig.local.json && rollup -c" | ||
}, | ||
@@ -19,3 +19,7 @@ "keywords": [ | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"types": "dist/index.d.ts", | ||
@@ -22,0 +26,0 @@ "module": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150776
10
1906