We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ebe52 commit 3cc0f3cCopy full SHA for 3cc0f3c
2 files changed
package.json
@@ -1,23 +1,25 @@
1
{
2
"name": "@ellismg/pulumi-github-webhooks",
3
"main": "bin/index.js",
4
- "files": ["bin/**/*"],
5
- "version": "0.2.0-dev.2",
+ "files": [
+ "bin/**/*"
6
+ ],
7
+ "version": "0.2.0-dev.3",
8
"license": "Apache-2.0",
9
"typings": "bin/index.d.ts",
10
"scripts": {
11
"build": "tsc",
12
"lint": "tslint --project ."
13
},
14
"devDependencies": {
- "@types/node": "latest",
15
+ "@types/node": "^12.7.2",
16
"github-webhook-event-types": "^1.1.0",
17
"tslint": "^5.10.0"
18
19
"dependencies": {
20
"@octokit/rest": "^15.9.4",
21
"@pulumi/awsx": "^0.18.0",
- "@pulumi/pulumi": "^0.17.0",
- "@pulumi/random": "^0.5.0"
22
+ "@pulumi/pulumi": "^1.0.0-rc",
23
+ "@pulumi/random": "^1.0.0-rc"
24
}
25
0 commit comments