Skip to content

Commit

Permalink
DO-1531: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Sep 26, 2023
1 parent 668d5af commit ffd2187
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/static-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"license": "GPL-3.0-only",
"homepage": "https://github.com/aligent/aws-cdk-static-hosting-stack#readme",
"repository": {
"type": "git",
"url": "https://github.com/aligent/aws-cdk-static-hosting-stack"
"type": "git",
"url": "https://github.com/aligent/aws-cdk-static-hosting-stack"
},
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
"build": "tsc",
"prepublish": "tsc"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "20.6.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"aws-cdk": "2.97.0",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
"@types/jest": "^29.5.5",
"@types/node": "20.6.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"aws-cdk": "2.97.0",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
},
"dependencies": {
"aws-cdk-lib": "2.97.0",
"constructs": "^10.0.0",
"esbuild": "^0.17.0",
"source-map-support": "^0.5.21"
"aws-cdk-lib": "2.97.0",
"constructs": "^10.0.0",
"esbuild": "^0.17.0",
"source-map-support": "^0.5.21"
}
}
}

0 comments on commit ffd2187

Please sign in to comment.