Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
vsund committed Sep 18, 2018
2 parents 6f0271c + 57e1a03 commit 4a87bca
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 106 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sks-lib",
"version": "1.1.2",
"version": "1.1.3",
"description": "A JavaScript/TypeScript library to interact with SKS keyservers",
"author": "vsund",
"license": "GPL-3.0",
Expand All @@ -22,20 +22,20 @@
"document": "typedoc --out docs/code/ ./lib/ --sourcefile-url-prefix https://github.com/ntzwrk/sks-lib/blob/master/lib/"
},
"dependencies": {
"@types/node": "^10.3.4",
"@types/request-promise-native": "1.0.15",
"@types/node": "^10.10.1",
"@types/request-promise-native": "^1.0.15",
"moment": "^2.22.2",
"request": "^2.87.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"typescript": "^2.9.2"
"typescript": "^3.0.3"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.2",
"@types/mocha": "^5.2.5",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"ts-node": "^6.1.1",
"typedoc": "^0.11.1",
"ts-node": "^7.0.1",
"typedoc": "^0.12.0",
"typedoc-plugin-sourcefile-url": "^1.0.3"
}
}
Loading

0 comments on commit 4a87bca

Please sign in to comment.