Bump dev (eslint fixing) (#29)

* Bump dev (eslint fixing)

* run lint
This commit is contained in:
Jaco Greeff
2020-12-08 11:25:05 +01:00
committed by GitHub
parent 858614c803
commit 7a730961e9
4 changed files with 58 additions and 20 deletions
+3 -3
View File
@@ -19,9 +19,9 @@
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns crosscheck"
},
"devDependencies": {
"@babel/core": "^7.12.8",
"@polkadot/dev": "^0.60.8",
"@types/jest": "^26.0.15"
"@babel/core": "^7.12.9",
"@polkadot/dev": "^0.60.12",
"@types/jest": "^26.0.17"
},
"version": "0.2.7"
}