aria-attributes
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "aria-attributes", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "List of ARIA attributes", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
], | ||
"main": "index.js", | ||
"main": "index.json", | ||
"files": [ | ||
@@ -26,13 +26,15 @@ "index.json" | ||
"bail": "^1.0.1", | ||
"browserify": "^13.0.0", | ||
"cheerio": "^0.22.0", | ||
"browserify": "^14.1.0", | ||
"concat-stream": "^1.6.0", | ||
"esmangle": "^1.0.0", | ||
"nyc": "^8.1.0", | ||
"remark-cli": "^2.0.0", | ||
"remark-preset-wooorm": "^1.0.0", | ||
"hast-util-select": "^1.0.0", | ||
"rehype-parse": "^4.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"tape": "^4.4.0", | ||
"xo": "^0.17.0" | ||
"unified": "^6.1.5", | ||
"xo": "^0.18.0" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . --quiet --frail", | ||
"build-md": "remark . -qfo", | ||
"build-generate": "node build", | ||
@@ -44,14 +46,7 @@ "build-bundle": "browserify index.json -s ariaAttributes > aria-attributes.js", | ||
"test-api": "node test", | ||
"test-coverage": "nyc --reporter lcov tape test.js", | ||
"test": "npm run build && npm run lint && npm run test-coverage" | ||
"test": "npm run build && npm run lint && npm run test-api" | ||
}, | ||
"nyc": { | ||
"check-coverage": true, | ||
"lines": 100, | ||
"functions": 100, | ||
"branches": 100 | ||
}, | ||
"xo": { | ||
"space": true, | ||
"rules": {}, | ||
"esnext": false, | ||
"ignores": [ | ||
@@ -62,5 +57,6 @@ "aria-attributes.js" | ||
"remarkConfig": { | ||
"output": true, | ||
"presets": "wooorm" | ||
"plugins": [ | ||
"preset-wooorm" | ||
] | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# aria-attributes [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
# aria-attributes [![Build Status][travis-badge]][travis] | ||
@@ -77,6 +77,2 @@ List of attributes defined by [ARIA][spec]. | ||
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/aria-attributes.svg | ||
[codecov]: https://codecov.io/github/wooorm/aria-attributes | ||
[npm]: https://docs.npmjs.com/cli/install | ||
@@ -83,0 +79,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
4708
11
84