Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpress committed Jan 3, 2020
1 parent 04ea915 commit cca0156
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nosplatform/stake-transactions-crypto",
"description": "Provides stake trsanctions crypto logic for Ark Core",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"contributors": [
"Dean van Dugteren <dean@nos.io>"
],
Expand Down Expand Up @@ -34,19 +34,19 @@
"@sindresorhus/tsconfig": "^0.5.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.2",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.4",
"typedoc": "^0.15.0",
"ts-jest": "^24.0.2",
"cross-env": "^6.0.0",
"del-cli": "^3.0.0",
"jest": "^24.8.0",
"jest-extended": "^0.11.2",
"regenerator-runtime": "^0.13.0",
"npm-check-updates": "^3.1.0",
"cross-env": "^6.0.0",
"del-cli": "^3.0.0"
"regenerator-runtime": "^0.13.0",
"ts-jest": "^24.0.2",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typedoc": "^0.15.0",
"typescript": "^3.2.4"
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit cca0156

Please sign in to comment.