Skip to content

Commit 54425a6

Browse files
committed
package metadata
1 parent 9b13cab commit 54425a6

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.airtap.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ browsers:
55
version: latest
66
- name: firefox
77
version: latest
8+
- name: safari
9+
version: latest
10+
- name: microsoftedge
11+
version: latest
12+
- name: android
13+
version: latest
14+
- name: iphone
15+
version: latest
816
server: ./test/server/index.js

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! capture-frame. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
12
'use strict'
23

34
module.exports = captureFrame

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": {
66
"name": "Feross Aboukhadijeh",
77
"email": "feross@feross.org",
8-
"url": "http://feross.org/"
8+
"url": "https://feross.org"
99
},
1010
"bugs": {
1111
"url": "https://github.com/feross/capture-frame/issues"
@@ -40,5 +40,19 @@
4040
"test": "standard && npm run test-browser",
4141
"test-browser": "airtap -- test/*.js",
4242
"test-browser-local": "airtap --local -- test/*.js"
43-
}
43+
},
44+
"funding": [
45+
{
46+
"type": "github",
47+
"url": "https://github.com/sponsors/feross"
48+
},
49+
{
50+
"type": "patreon",
51+
"url": "https://www.patreon.com/feross"
52+
},
53+
{
54+
"type": "consulting",
55+
"url": "https://feross.org/support"
56+
}
57+
]
4458
}

0 commit comments

Comments
 (0)