Default to type: module (#146)

* Default to type: module

* latest
This commit is contained in:
Jaco Greeff
2021-03-03 10:22:58 +01:00
committed by GitHub
parent 1931b752ea
commit a6b2a357b4
11 changed files with 309 additions and 301 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.1.5"
"typescript": "^4.2.2"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -23,12 +23,12 @@
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@polkadot/dev": "^0.61.30",
"@polkadot/dev": "^0.62.5",
"@types/jest": "^26.0.20"
},
"version": "0.6.2",
"dependencies": {
"@pinata/sdk": "^1.1.12",
"@pinata/sdk": "^1.1.13",
"dnslink-cloudflare": "^3.0.0"
}
}