Skip to content

Commit

Permalink
BREAKING: rename '@aws-cdk/aws-custom-resources'
Browse files Browse the repository at this point in the history
Since this package does not correspond to an AWS service,
it should not be named with an 'aws-' prefix.

Fixes #483.
  • Loading branch information
Rico Huijbers committed Aug 6, 2018
1 parent 9f0b114 commit 489052c
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@aws-cdk/aws-custom-resources",
"name": "@aws-cdk/custom-resources",
"version": "0.8.0",
"description": "CDK Constructs to make it easier to build custom resources",
"main": "lib/index.js",
Expand All @@ -8,14 +8,14 @@
"outdir": "dist",
"targets": {
"java": {
"package": "software.amazon.awscdk.services.customresources",
"package": "software.amazon.awscdk.customresources",
"maven": {
"groupId": "software.amazon.awscdk",
"artifactId": "custom-resources"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CustomResources"
"namespace": "Amazon.CDK.CustomResources"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@aws-cdk/aws-codepipeline": "^0.8.0",
"@aws-cdk/aws-cognito": "^0.8.0",
"@aws-cdk/aws-config": "^0.8.0",
"@aws-cdk/aws-custom-resources": "^0.8.0",
"@aws-cdk/custom-resources": "^0.8.0",
"@aws-cdk/aws-datapipeline": "^0.8.0",
"@aws-cdk/aws-dax": "^0.8.0",
"@aws-cdk/aws-directoryservice": "^0.8.0",
Expand Down
97 changes: 97 additions & 0 deletions packages/simple-license-checker/bin/simple-license-checker.js

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

0 comments on commit 489052c

Please sign in to comment.