Bump dev (w/ detectPackage) (#587)

This commit is contained in:
Jaco
2022-01-06 07:04:39 +01:00
committed by GitHub
parent c29242a872
commit 61600fcf26
52 changed files with 26 additions and 226 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
import { detectPackage } from '@polkadot/util';
import dirname from './cjs/dirname';
import others from './detectOther';
import { packageInfo } from './packageInfo';
detectPackage(packageInfo, dirname, others);
detectPackage(packageInfo, packageInfo.path, others);