We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1659f6 commit 669c1c9Copy full SHA for 669c1c9
.gitignore
@@ -0,0 +1 @@
1
+node_modules
package.json
@@ -0,0 +1,16 @@
+{
2
+ "name": "@github/arianotify-polyfill",
3
+ "version": "1.0.0",
4
+ "description": "Polyfill for the ARIA Notification API",
5
+ "keywords": [],
6
+ "license": "MIT",
7
+ "author": "GitHub Inc.",
8
+ "main": "ariaNotify-polyfill.js",
9
+ "directories": {
10
+ "example": "examples"
11
+ },
12
+ "files": [],
13
+ "scripts": {
14
+ "test": "echo \"Error: no test specified\" && exit 1"
15
+ }
16
+}
0 commit comments