pulumi/tests/integration/policy/policy_pack_w_config/package.json.tmpl
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

11 lines
203 B
Cheetah

{
"name": "test-policy-w-config",
"version": { policyVersion },
"dependencies": {
"@pulumi/policy": "^1.1.0"
},
"devDependencies": {
"@types/node": "^10.12.7"
}
}