Skip to content

Commit 3cc0f3c

Browse files
committed
Update to 1.0.0-rc.1 of Pulumi!
1 parent f7ebe52 commit 3cc0f3c

File tree

2 files changed

+268
-166
lines changed

2 files changed

+268
-166
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
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
}

0 commit comments

Comments
 (0)