Skip to content

Commit

Permalink
Update package name, license
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov committed Nov 27, 2023
1 parent f7422a5 commit b09fa58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "@restate/restate-cdk",
"name": "@restatedev/restate-cdk",
"description": "Restate.dev CDK constructs",
"version": "0.1.0",
"author": "Restate Developers",
"license": "MIT",
"email": "[email protected]",
"publishConfig": {
"@restatedev:registry": "https://registry.npmjs.org"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -29,5 +35,9 @@
"aws-cdk-lib": "2.108.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
},
"directories": {
"lib": "lib",
"test": "test"
}
}

0 comments on commit b09fa58

Please sign in to comment.