pulumi/tests/integration/policy/policy_pack_w_config/package.json
Justin Van Patten a5a6863f57
Update @pulumi/policy dependency (#4439)
The test that uses these are currently disabled -- but still wanted to make sure we didn't forget to update.
2020-04-18 13:07:19 -07:00

13 lines
257 B
JSON

{
"name": "test-policy-w-config",
"version": "0.0.1",
"dependencies": {
"@pulumi/policy": "^1.1.0"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^10.12.7",
"tslint": "^5.11.0"
}
}