We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1020d48 commit 1dab230Copy full SHA for 1dab230
.gitignore
@@ -2,4 +2,5 @@
2
node_modules
3
4
# Build
5
-dist
+dist
6
+yarn-error.log
package.json
@@ -27,8 +27,8 @@
27
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
28
},
29
"dependencies": {
30
- "@arkecosystem/core-interfaces": "^2.6.1",
31
- "@arkecosystem/crypto": "^2.6.1"
+ "@arkecosystem/core-interfaces": "^2.6.10",
+ "@arkecosystem/crypto": "^2.6.10"
32
33
"devDependencies": {
34
"@sindresorhus/tsconfig": "^0.5.0",
0 commit comments