remove node_modules and .gitignore them
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "web-streams-ponyfill-es2018",
|
||||
"main": "../../dist/ponyfill.es2018",
|
||||
"module": "../../dist/ponyfill.es2018.mjs",
|
||||
"types": "../../dist/types/polyfill.d.ts"
|
||||
}
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "web-streams-ponyfill-es6",
|
||||
"main": "../../dist/ponyfill.es6",
|
||||
"module": "../../dist/ponyfill.es6.mjs",
|
||||
"types": "../../dist/types/polyfill.d.ts"
|
||||
}
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "web-streams-ponyfill",
|
||||
"main": "../dist/ponyfill",
|
||||
"module": "../dist/ponyfill.mjs",
|
||||
"types": "../dist/types/polyfill.d.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user