add wrangler to devDeps so CI can run it

This commit is contained in:
41666 2020-12-06 18:14:27 -05:00
parent 146269944a
commit ff973b9349
3 changed files with 76 additions and 5 deletions

View file

@ -45,6 +45,7 @@
"devDependencies": {
"@babel/core": "^7.12.9",
"@cloudflare/workers-types": "^2.1.0",
"@cloudflare/wrangler": "^1.12.2",
"@icons/material": "^0.4.1",
"@storybook/addon-actions": "^6.1.10",
"@storybook/addon-essentials": "^6.1.10",
@ -103,4 +104,4 @@
"typescript": "^4.1.2",
"webpack": "^5.10.0"
}
}
}