Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,8 @@ <!--remark setext--> | ||
1.0.1 / 2016-08-10 | ||
================== | ||
* Update code-style ([`a79dbe2`](https://github.com/wooorm/a-rel/commit/a79dbe2)) | ||
1.0.0 / 2016-04-05 | ||
================== |
@@ -11,8 +11,3 @@ /** | ||
/* eslint-env commonjs */ | ||
/* | ||
* Expose. | ||
*/ | ||
/* Expose. */ | ||
module.exports = require('./index.json'); |
{ | ||
"name": "a-rel", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "List of link types for `rel` on `a` and `area`", | ||
@@ -17,10 +17,3 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"files": [ | ||
"index.js", | ||
"index.json" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wooorm/a-rel.git" | ||
}, | ||
"repository": "https://github.com/wooorm/a-rel", | ||
"bugs": "https://github.com/wooorm/a-rel/issues", | ||
@@ -31,31 +24,62 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
], | ||
"engines": { | ||
"node": ">=0.11.0" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.json" | ||
], | ||
"devDependencies": { | ||
"bail": "^1.0.0", | ||
"bail": "^1.0.1", | ||
"browserify": "^13.0.0", | ||
"eslint": "^2.0.0", | ||
"esmangle": "^1.0.1", | ||
"istanbul": "^0.4.0", | ||
"jscs": "^2.0.0", | ||
"jscs-jsdoc": "^1.0.0", | ||
"remark": "^4.0.0", | ||
"remark-comment-config": "^3.0.0", | ||
"remark-github": "^4.0.1", | ||
"remark-lint": "^3.0.0", | ||
"remark-usage": "^3.0.0", | ||
"remark-validate-links": "^3.0.0", | ||
"tape": "^4.4.0" | ||
"esmangle": "^1.0.0", | ||
"nyc": "^7.1.0", | ||
"remark-cli": "^1.0.0", | ||
"remark-comment-config": "^4.0.0", | ||
"remark-github": "^5.0.0", | ||
"remark-lint": "^4.0.0", | ||
"remark-validate-links": "^4.0.0", | ||
"tape": "^4.4.0", | ||
"xo": "^0.16.0" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . --quiet --frail", | ||
"build-crawl": "node script/build.js", | ||
"build-bundle": "browserify index.js --bare -s aRel > a-rel.js", | ||
"build-generate": "node build.js", | ||
"build-bundle": "browserify index.js -s aRel > a-rel.js", | ||
"build-mangle": "esmangle a-rel.js > a-rel.min.js", | ||
"build": "npm run build-md && npm run build-bundle && npm run build-mangle", | ||
"lint-api": "eslint .", | ||
"lint-style": "jscs --reporter inline .", | ||
"lint": "npm run lint-api && npm run lint-style", | ||
"test-api": "node test.js", | ||
"test-coverage": "istanbul cover test.js", | ||
"build": "npm run build-generate && npm run build-md && npm run build-bundle && npm run build-mangle", | ||
"lint": "xo", | ||
"test-api": "node test", | ||
"test-coverage": "nyc --reporter lcov tape test.js", | ||
"test": "npm run build && npm run lint && npm run test-coverage" | ||
}, | ||
"nyc": { | ||
"check-coverage": true, | ||
"lines": 100, | ||
"functions": 100, | ||
"branches": 100 | ||
}, | ||
"xo": { | ||
"space": true, | ||
"rules": {}, | ||
"ignores": [ | ||
"a-rel.js", | ||
"a-rel.min.js" | ||
] | ||
}, | ||
"remarkConfig": { | ||
"output": true, | ||
"plugins": { | ||
"comment-config": null, | ||
"lint": { | ||
"heading-increment": false, | ||
"list-item-spacing": false | ||
}, | ||
"github": null, | ||
"validate-links": null | ||
}, | ||
"settings": { | ||
"bullet": "*" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# a-rel [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page] | ||
# a-rel [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
@@ -15,5 +15,2 @@ List of values viable for use in `rel` attributes on `a` | ||
**a-rel** is also available as an AMD, CommonJS, and globals | ||
module, [uncompressed and compressed][releases]. | ||
## Usage | ||
@@ -71,16 +68,14 @@ | ||
<!-- Definition --> | ||
<!-- Definitions --> | ||
[build-badge]: https://img.shields.io/travis/wooorm/a-rel.svg | ||
[travis-badge]: https://img.shields.io/travis/wooorm/a-rel.svg | ||
[build-page]: https://travis-ci.org/wooorm/a-rel | ||
[travis]: https://travis-ci.org/wooorm/a-rel | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/a-rel.svg | ||
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/a-rel.svg | ||
[coverage-page]: https://codecov.io/github/wooorm/a-rel?branch=master | ||
[codecov]: https://codecov.io/github/wooorm/a-rel | ||
[npm]: https://docs.npmjs.com/cli/install | ||
[releases]: https://github.com/wooorm/a-rel/releases | ||
[license]: LICENSE | ||
@@ -87,0 +82,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the 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
5906
11
81
86
1