Run of fresh-snapshots for node-array-find-index
Try this locally (using silver-platter):
debian-svp new-upstream --snapshot node-array-find-index
Merge these changes:
git pull https://janitor.debian.net/git/node-array-find-index fresh-snapshots/main
Summary
Merged new upstream version: 1.0.2+git20190531.61b0b90 (was: 1.0.2).
Diff
=== added directory '.github'
=== added file '.github/funding.yml'
--- a/.github/funding.yml 1970-01-01 00:00:00 +0000
+++ b/.github/funding.yml 2019-05-31 07:22:19 +0000
@@ -0,0 +1,2 @@
+github: sindresorhus
+tidelift: npm/array-find-index
=== added file '.github/security.md'
--- a/.github/security.md 1970-01-01 00:00:00 +0000
+++ b/.github/security.md 2019-05-31 07:22:19 +0000
@@ -0,0 +1,3 @@
+# Security Policy
+
+To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
=== modified file 'debian/changelog'
--- a/debian/changelog 2016-11-04 18:51:00 +0000
+++ b/debian/changelog 2019-06-23 09:19:11 +0000
@@ -1,3 +1,9 @@
+node-array-find-index (1.0.2+git20190531.61b0b90-1) UNRELEASED; urgency=medium
+
+ * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sun, 23 Jun 2019 09:19:09 +0000
+
node-array-find-index (1.0.2-1) unstable; urgency=medium
* new upstream version
=== modified file 'package.json'
--- a/package.json 2016-11-04 18:49:03 +0000
+++ b/package.json 2019-06-23 09:19:11 +0000
@@ -13,7 +13,7 @@
"node": ">=0.10.0"
},
"scripts": {
- "test": "xo && ava"
+ "test": "ava"
},
"files": [
"index.js"
@@ -29,7 +29,6 @@
"array"
],
"devDependencies": {
- "ava": "*",
- "xo": "*"
+ "ava": "^0.25.0"
}
}
=== modified file 'readme.md'
--- a/readme.md 2016-11-04 18:49:03 +0000
+++ b/readme.md 2019-06-23 09:19:11 +0000
@@ -25,6 +25,14 @@
Same as `Array#findIndex()`, but with the input array as the first argument.
-## License
+---
-MIT © [Sindre Sorhus](https://sindresorhus.com)
+<div align="center">
+ <b>
+ <a href="https://tidelift.com/subscription/pkg/npm-array-find-index?utm_source=npm-array-find-index&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
+ </b>
+ <br>
+ <sub>
+ Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
+ </sub>
+</div>