diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json new file mode 100644 index 0000000..75e2cf9 --- /dev/null +++ b/package.json @@ -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" + } +}