@cagov/ds-skip-to-content
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Skip to content changelog | ||
`ds-skip-to-content` | ||
# 1.0.2 | ||
## 1.0.3 | ||
* Updated color variables in README file. | ||
## 1.0.2 | ||
* Changed recommended target id from "#main-content" to "#body-content". | ||
* Changed recommended default text to "Skip to content". | ||
* Changed recommended default text to "Skip to content". |
{ | ||
"name": "@cagov/ds-skip-to-content", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -8,5 +8,7 @@ "main": "index.css", | ||
"scripts": { | ||
"test": "web-test-runner \"test/**/*.js\" --node-resolve", | ||
"test:visual": "web-test-runner \"test/**/*.js\" --node-resolve --config test-config.js", | ||
"build": "sass src/index.scss index.css" | ||
"build": "sass src/index.scss index.css", | ||
"cdn:publish": "node ../../docs/src/publish/cdn-deploy.js", | ||
"html:preview": "node ../../docs/src/publish/dynamic-html.js", | ||
"prepublishOnly": "npm run html:preview && npm run build && npm test && npm run cdn:publish", | ||
"test": "web-test-runner \"test/**/*.js\" --node-resolve" | ||
}, | ||
@@ -25,2 +27,2 @@ "keywords": [], | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15227
90