Skip to content

Commit 669c1c9

Browse files
committed
add package.json
1 parent f1659f6 commit 669c1c9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
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

Comments
 (0)