@codemirror/language-data
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -0,1 +1,7 @@ | ||
## 0.17.1 (2021-01-06) | ||
### New features | ||
The package now also exports a CommonJS module. | ||
## 0.17.0 (2020-12-29) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@codemirror/language-data", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "Language metadata and dynamic loading for the CodeMirror code editor", | ||
"scripts": { | ||
"test": "echo 'No tests'", | ||
"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
144018
10
2005