File tree Expand file tree Collapse file tree 2 files changed +268
-166
lines changed
Expand file tree Collapse file tree 2 files changed +268
-166
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @ellismg/pulumi-github-webhooks" ,
33 "main" : " bin/index.js" ,
4- "files" : [" bin/**/*" ],
5- "version" : " 0.2.0-dev.2" ,
4+ "files" : [
5+ " bin/**/*"
6+ ],
7+ "version" : " 0.2.0-dev.3" ,
68 "license" : " Apache-2.0" ,
79 "typings" : " bin/index.d.ts" ,
810 "scripts" : {
911 "build" : " tsc" ,
1012 "lint" : " tslint --project ."
1113 },
1214 "devDependencies" : {
13- "@types/node" : " latest " ,
15+ "@types/node" : " ^12.7.2 " ,
1416 "github-webhook-event-types" : " ^1.1.0" ,
1517 "tslint" : " ^5.10.0"
1618 },
1719 "dependencies" : {
1820 "@octokit/rest" : " ^15.9.4" ,
1921 "@pulumi/awsx" : " ^0.18.0" ,
20- "@pulumi/pulumi" : " ^0.17.0 " ,
21- "@pulumi/random" : " ^0.5.0 "
22+ "@pulumi/pulumi" : " ^1.0.0-rc " ,
23+ "@pulumi/random" : " ^1.0.0-rc "
2224 }
2325}
You can’t perform that action at this time.
0 commit comments