remark-github
Advanced tools
Comparing version 10.0.1 to 10.1.0
@@ -91,7 +91,4 @@ 'use strict' | ||
if (pkg && pkg.repository) { | ||
repository = pkg.repository.url || pkg.repository | ||
} else { | ||
repository = '' | ||
} | ||
repository = | ||
pkg && pkg.repository ? pkg.repository.url || pkg.repository : '' | ||
} | ||
@@ -98,0 +95,0 @@ |
{ | ||
"name": "remark-github", | ||
"version": "10.0.1", | ||
"version": "10.1.0", | ||
"description": "remark plugin to autolink references like in GitHub issues, PRs, and comments", | ||
@@ -35,3 +35,5 @@ "license": "MIT", | ||
], | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"types/index.d.ts", | ||
"index.js" | ||
@@ -46,2 +48,3 @@ ], | ||
"browserify": "^17.0.0", | ||
"dtslint": "^3.0.0", | ||
"nyc": "^15.0.0", | ||
@@ -55,3 +58,4 @@ "prettier": "^2.0.0", | ||
"tinyify": "^3.0.0", | ||
"xo": "^0.33.0" | ||
"unified": "^9.0.0", | ||
"xo": "^0.37.0" | ||
}, | ||
@@ -65,3 +69,4 @@ "scripts": { | ||
"test-coverage": "nyc --reporter lcov tape test/index.js", | ||
"test": "npm run format && npm run build && npm run test-coverage" | ||
"test-types": "dtslint types", | ||
"test": "npm run format && npm run build && npm run test-coverage && npm run test-types" | ||
}, | ||
@@ -68,0 +73,0 @@ "nyc": { |
@@ -160,5 +160,5 @@ # remark-github | ||
[build-badge]: https://img.shields.io/travis/remarkjs/remark-github/main.svg | ||
[build-badge]: https://github.com/remarkjs/remark-github/workflows/main/badge.svg | ||
[build]: https://travis-ci.org/remarkjs/remark-github | ||
[build]: https://github.com/remarkjs/remark-github/actions | ||
@@ -165,0 +165,0 @@ [coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-github.svg |
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
18533
5
279
12