feat: added dependencies and removed .idea

This commit is contained in:
SethCohen
2022-08-24 00:36:52 -04:00
parent 09782e77e8
commit fd59991cc1
146 changed files with 60143 additions and 443 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"name": "web-streams-polyfill-es2018",
"main": "../dist/polyfill.es2018",
"browser": "../dist/polyfill.es2018.min.js",
"module": "../dist/polyfill.es2018.mjs",
"types": "../dist/types/polyfill.d.ts"
}