Re-enable esnext compilation (#20)

This commit is contained in:
Jaco Greeff
2020-11-10 13:54:37 +01:00
committed by GitHub
parent 566a3214c0
commit ec150cf1bb
4 changed files with 21 additions and 13 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"version": "0.1.15",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"publishConfig": {
"access": "public",
@@ -25,7 +25,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/x-fetch": "^4.0.2-7"
"@polkadot/x-fetch": "^4.0.2-8"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",