Add crosscheck action (#13)

This commit is contained in:
Jaco Greeff
2020-10-18 12:51:49 +02:00
committed by GitHub
parent a6460eca2b
commit f5da2f14c7
6 changed files with 103 additions and 5 deletions
+5 -1
View File
@@ -23,6 +23,10 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/x-fetch": "0.3.3"
"@polkadot/x-fetch": "^0.3.3"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"js-yaml": "^3.14.0"
}
}