Build common as esm (#33)

This commit is contained in:
Jaco Greeff
2020-12-11 18:43:35 +01:00
committed by GitHub
parent 12ad706ee6
commit b1dbd70557
5 changed files with 23 additions and 23 deletions
+3 -3
View File
@@ -19,9 +19,9 @@
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns crosscheck"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@polkadot/dev": "^0.60.23",
"@types/jest": "^26.0.17"
"@babel/core": "^7.12.10",
"@polkadot/dev": "^0.60.27",
"@types/jest": "^26.0.19"
},
"version": "0.2.12"
}