@lion/core
Advanced tools
Comparing version 0.13.0 to 0.13.1
# Change Log | ||
## 0.13.1 | ||
### Patch Changes | ||
- e92b98a4: Ordering aria elements according to dom structure in all browsers | ||
## 0.13.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@lion/core", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Core functionality that is shared across all Lion Web Components", | ||
@@ -26,5 +26,7 @@ "license": "MIT", | ||
"scripts": { | ||
"debug": "cd ../../ && yarn debug --group core", | ||
"debug:firefox": "cd ../../ && yarn debug:firefox --group core", | ||
"debug:webkit": "cd ../../ && yarn debug:webkit --group core", | ||
"prepublishOnly": "../../scripts/npm-prepublish.js", | ||
"test": "cd ../../ && yarn test:browser --grep \"packages/core/test/**/*.test.js\"", | ||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/core/test/**/*.test.js\"" | ||
"test": "cd ../../ && yarn test:browser --group core" | ||
}, | ||
@@ -31,0 +33,0 @@ "sideEffects": false, |
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
91477