aria-attributes
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "aria-attributes", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "List of ARIA attributes", | ||
@@ -14,2 +14,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/wooorm/aria-attributes/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -25,14 +29,14 @@ "contributors": [ | ||
"devDependencies": { | ||
"bail": "^1.0.1", | ||
"bail": "^1.0.0", | ||
"browserify": "^16.0.0", | ||
"concat-stream": "^2.0.0", | ||
"hast-util-select": "^3.0.0", | ||
"prettier": "^1.12.0", | ||
"prettier": "^1.0.0", | ||
"rehype-parse": "^6.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.4.0", | ||
"tinyify": "^2.4.3", | ||
"unified": "^7.0.0", | ||
"xo": "^0.24.0" | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"unified": "^8.0.0", | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -46,3 +50,3 @@ "scripts": { | ||
"test-api": "node test", | ||
"test": "npm run crawl && npm run format && npm run build && npm run test-api" | ||
"test": "npm run format && npm run build && npm run test-api" | ||
}, | ||
@@ -49,0 +53,0 @@ "prettier": { |
@@ -9,13 +9,13 @@ # aria-attributes | ||
## Installation | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install aria-attributes | ||
``` | ||
## Usage | ||
## Use | ||
```javascript | ||
```js | ||
var ariaAttributes = require('aria-attributes') | ||
@@ -34,3 +34,3 @@ | ||
'aria-checked', | ||
// ... | ||
// … | ||
'aria-valuemax', | ||
@@ -47,4 +47,3 @@ 'aria-valuemin', | ||
`Array.<string>` — List of lower-case dash-cased attributes (including | ||
`role`). | ||
`Array.<string>` — List of lowercase dash-cased attributes (including `role`). | ||
@@ -51,0 +50,0 @@ ## License |
5077
72