Skip to content

Commit

Permalink
Merge pull request #190 from guardian/aa-deprecation
Browse files Browse the repository at this point in the history
Fixes 2 warnings from npm
  • Loading branch information
akash1810 authored Jan 22, 2021
2 parents 9f929ef + 11c9ce8 commit ab405a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"version": "0.23.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "github:guardian/cdk",
"scripts": {
"build": "tsc",
"lint": "eslint src test --ext .ts",
"format": "prettier --write \"(src|test)/**/*.ts\"",
"watch": "tsc -w",
"test": "jest --detectOpenHandles --runInBand",
"test:dev": "jest --detectOpenHandles --runInBand --watch",
"prepublish": "tsc",
"prepare": "tsc",
"release": "np minor --no-yarn --branch main",
"release:docs": "rm -rf target && typedoc && gh-pages -d target -u \"github-actions-bot <[email protected]>\"",
"serve:docs": "rm -rf target && typedoc && serve target"
Expand Down

0 comments on commit ab405a4

Please sign in to comment.