Bump deps (& use packageInfo detection) (#441)

This commit is contained in:
Jaco Greeff
2021-02-16 13:27:29 +01:00
committed by GitHub
parent 756af81132
commit 1fb62d2964
21 changed files with 430 additions and 361 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
import { detectPackage } from '@polkadot/util';
import packageInfo from './package-info.json';
import { packageInfo } from './packageInfo';
detectPackage(packageInfo, typeof __dirname !== 'undefined' && __dirname);