new-github-issue-url
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -44,1 +44,3 @@ 'use strict'; | ||
}; | ||
module.exports.default = module.exports; |
{ | ||
"name": "new-github-issue-url", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Generate a URL for opening a new GitHub issue with prefilled title, body, and other fields", | ||
@@ -16,6 +16,7 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "xo && ava" | ||
"test": "xo && ava && tsd-check" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
@@ -36,4 +37,5 @@ "keywords": [ | ||
"ava": "^0.25.0", | ||
"tsd-check": "^0.3.0", | ||
"xo": "^0.23.0" | ||
} | ||
} |
@@ -34,11 +34,5 @@ # new-github-issue-url [![Build Status](https://travis-ci.com/sindresorhus/new-github-issue-url.svg?branch=master)](https://travis-ci.com/sindresorhus/new-github-issue-url) | ||
Or with Electron: | ||
If you use Electron, check out `electron-util`'s [`openNewGitHubIssue()` method](https://github.com/sindresorhus/electron-util#opennewgithubissueoptions). | ||
```js | ||
const {shell} = require('electron'); | ||
shell.openExternal(url); | ||
``` | ||
## API | ||
@@ -129,4 +123,9 @@ | ||
## Related | ||
- [new-github-release-url](https://github.com/sindresorhus/new-github-release-url) - Generate a URL for opening a new GitHub release with prefilled tag, body, and other fields | ||
## License | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) |
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
7923
5
118
3
130