@patternfly/patternfly-a11y
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
const jsonFile = path.resolve(__dirname, argv.file); | ||
const jsonFile = path.resolve(process.cwd(), argv.file); | ||
@@ -30,0 +30,0 @@ if (fs.existsSync(jsonFile)) { |
{ | ||
"name": "@patternfly/patternfly-a11y", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Accessibility utilities for PatternFly", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6727
0