Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
Add coveralls dev dependency
  • Loading branch information
rickfoxcroft committed Mar 8, 2019
1 parent b007291 commit 142707b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
34 changes: 33 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mechanicalrock/cdk-constructs",
"version": "0.0.1",
"version": "0.0.2",
"description": "CDK constructs to enable creation of AWS resources for projects.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,6 +24,7 @@
"devDependencies": {
"@types/jest": "^24.0.9",
"aws-cdk": "^0.25.2",
"coveralls": "^3.0.3",
"jest": "^24.3.1",
"ts-jest": "^24.0.0",
"typescript": "^3.3.3333"
Expand Down

0 comments on commit 142707b

Please sign in to comment.