Skip to content

Commit

Permalink
Fix #53 readme links to constructor properties are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Oct 24, 2019
1 parent 5361ab9 commit 390de93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -46,15 +46,15 @@
},
"homepage": "https://github.com/PruvoNet/squiss-ts#readme",
"dependencies": {
"aws-sdk": "^2.529.0",
"aws-sdk": "^2.555.0",
"iltorb": "^2.4.3",
"linked-list": "^2.1.0",
"ts-type-guards": "^0.6.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/chai": "^4.2.3",
"@types/chai": "^4.2.4",
"@types/chai-as-promised": "^7.1.2",
"@types/iltorb": "^2.3.0",
"@types/mocha": "^5.2.7",
Expand All @@ -65,14 +65,14 @@
"chai-as-promised": "^7.1.1",
"delay": "^4.3.0",
"dirty-chai": "^2.0.1",
"mocha": "^6.2.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"proxyquire": "^2.1.3",
"sinon": "^7.4.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"source-map-support": "^0.5.13",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
"typescript": "^3.6.4"
}
}

0 comments on commit 390de93

Please sign in to comment.