Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Aug 14, 2024
1 parent f1659f6 commit 669c1c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "@github/arianotify-polyfill",
"version": "1.0.0",
"description": "Polyfill for the ARIA Notification API",
"keywords": [],
"license": "MIT",
"author": "GitHub Inc.",
"main": "ariaNotify-polyfill.js",
"directories": {
"example": "examples"
},
"files": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit 669c1c9

Please sign in to comment.