Skip to content

Commit

Permalink
adding yarn as a direct devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonig committed Oct 3, 2020
1 parent 21bc71d commit af834a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const project = new AwsCdkConstructLibrary({
twitter: 'mattbonig'
},
devDependencies: {
"parcel": "2.0.0-beta.1"
"parcel": "2.0.0-beta.1",
"yarn": "1.22.10"
},
keywords: [
"cdk",
Expand Down
18 changes: 3 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"projen": "^0.3.84",
"standard-version": "^9.0.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
"typescript": "^3.9.5",
"yarn": "1.22.10"
},
"peerDependencies": {
"@aws-cdk/aws-lambda": "^1.66.0",
Expand Down Expand Up @@ -177,18 +178,5 @@
"twitter": "mattbonig",
"announce": true
},
"public": true,
"targets": {
"cdk-lambda": {
"context": "node",
"includeNodeModules": {
"aws-sdk": false
},
"sourceMap": false,
"minify": false,
"engines": {
"node": ">= 10"
}
}
}
"public": true
}

0 comments on commit af834a2

Please sign in to comment.