Skip to content

Commit

Permalink
fix: setting license, author, homepage, and repo information
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at committed Oct 6, 2021
1 parent fe292fd commit e253a15
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 36 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@amzn/amplify-uicodegen",
"version": "0.1.0",
"description": "",
"author": "",
"license": "UNLICENSED",
"repository": "ssh://git.amazon.com/pkg/AmplifyUICodegen",
"homepage": "https://code.amazon.com/packages/AmplifyUICodegen",
"author": "Amazon Web Services",
"license": "Apache-2.0",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
"homepage": "https://docs.amplify.aws/",
"scripts": {
"test": "lerna run test --stream",
"build": "lerna run build --stream",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-ui-codegen-schema/package-lock.json

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

11 changes: 4 additions & 7 deletions packages/amplify-ui-codegen-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
"name": "@amzn/amplify-ui-codegen-schema",
"version": "0.0.1",
"description": "Type definitions for schema of JSON, which is input to the code generator",
"author": "Jean Ro <frimfram+github@amazon.com>",
"homepage": "https://code.amazon.com/packages/AmplifyUICodegen/packages/amplify-ui-codegen-schema",
"license": "ISC",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "ssh://git.amazon.com:2222/pkg/AmplifyUICodegen"
},
"scripts": {
"test": "echo \"No tests\"",
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-ui-codegen-react/package-lock.json

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

11 changes: 4 additions & 7 deletions packages/studio-ui-codegen-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
"name": "@amzn/studio-ui-codegen-react",
"version": "0.0.1",
"description": "Amplify UI React code generation implementation",
"author": "Jean Ro <frimfram+github@amazon.com>",
"homepage": "https://code.amazon.com/packages/AmplifyUICodegen/packages/studio-ui-codegen-react",
"license": "ISC",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
"homepage": "https://docs.amplify.aws/",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "ssh://git.amazon.com:2222/pkg/AmplifyUICodegen"
},
"scripts": {
"test": "jest",
"build": "tsc -p tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-ui-codegen/package-lock.json

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

11 changes: 4 additions & 7 deletions packages/studio-ui-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
"name": "@amzn/studio-ui-codegen",
"version": "0.0.1",
"description": "generic component code generation interface definitions",
"author": "Jean Ro <frimfram+github@amazon.com>",
"homepage": "https://code.amazon.com/packages/AmplifyUICodegen/packages/studio-ui-codegen-core",
"license": "ISC",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "ssh://git.amazon.com:2222/pkg/AmplifyUICodegen"
},
"scripts": {
"test": "jest",
"build": "tsc -p tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-generator/package-lock.json

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

11 changes: 4 additions & 7 deletions packages/test-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "@amzn/test-generator",
"version": "0.0.1",
"description": "Test generator with sample JSON files",
"author": "Christopher Woolum",
"homepage": "https://code.amazon.com/packages/AmplifyUICodegen/packages/test-generator",
"license": "ISC",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
"homepage": "https://docs.amplify.aws/",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand All @@ -18,10 +19,6 @@
"files": [
"lib"
],
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@amzn/amplify-ui-codegen-schema": "^0.0.1",
"@amzn/studio-ui-codegen": "^0.0.1",
Expand Down

0 comments on commit e253a15

Please sign in to comment.