@dr/bem-helper
Advanced tools
Comparing version 2.0.0-alpha-2 to 2.0.0-alpha-3
@@ -1,2 +0,2 @@ | ||
import bem from "../index.js"; | ||
import bem from "../esm/index.js"; | ||
@@ -3,0 +3,0 @@ describe("bem", () => { |
{ | ||
"name": "@dr/bem-helper", | ||
"version": "2.0.0-alpha-2", | ||
"version": "2.0.0-alpha-3", | ||
"description": "Helper functions to create BEM-style classnames", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"module": "./esm/index.js", | ||
"main": "./cjs/index.js", | ||
"exports": { | ||
"import": "./esm/index.js", | ||
"default": "./cjs/index.js" | ||
}, | ||
"scripts": { | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --no-watchman --config=./config.json", | ||
"cjs": "ascjs esm cjs", | ||
"prepublish": "npm test" | ||
@@ -30,4 +36,5 @@ }, | ||
"devDependencies": { | ||
"ascjs": "^5.0.1", | ||
"jest": "^28.1.0" | ||
} | ||
} |
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
7185
2