Skip to content

Commit b7aeb90

Browse files
authored
chore: add repository to npm package.json (#291)
1 parent f5b7f42 commit b7aeb90

File tree

13 files changed

+14
-2
lines changed

13 files changed

+14
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "root",
33
"private": true,
4-
"author": "Fig Team",
4+
"author": "Amazon Web Services",
5+
"repository": "https://github.com/aws/amazon-q-developer-cli",
56
"license": "MIT OR Apache-2.0",
67
"packageManager": "[email protected]",
78
"type": "module",

packages/api-bindings-wrappers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
6+
"repository": "https://github.com/aws/amazon-q-developer-cli",
67
"type": "module",
78
"exports": {
89
".": "./dist/index.js",

packages/api-bindings/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
6+
"repository": "https://github.com/aws/amazon-q-developer-cli",
67
"type": "module",
78
"exports": "./dist/index.js",
89
"files": [

packages/autocomplete-parser/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
6+
"repository": "https://github.com/aws/amazon-q-developer-cli",
67
"type": "module",
78
"exports": "./dist/index.js",
89
"files": [

packages/autocomplete/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@amzn/autocomplete",
33
"private": true,
44
"version": "1.0.0",
5+
"repository": "https://github.com/aws/amazon-q-developer-cli",
56
"type": "module",
67
"scripts": {
78
"set-host": "fig settings developer.autocomplete.host http://localhost:3124",

packages/dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@amzn/dashboard",
33
"private": true,
44
"version": "1.0.0",
5+
"repository": "https://github.com/aws/amazon-q-developer-cli",
56
"type": "module",
67
"scripts": {
78
"dev": "vite",

packages/eslint-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.1.0",
55
"license": "MIT OR Apache-2.0",
66
"author": "Amazon Web Services",
7+
"repository": "https://github.com/aws/amazon-q-developer-cli",
78
"type": "module",
89
"exports": {
910
"./*": "./dist/*.config.js"

packages/fuzzysort/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"license": "MIT",
55
"author": "Amazon Web Services",
6-
"private": true,
6+
"repository": "https://github.com/aws/amazon-q-developer-cli",
77
"type": "module",
88
"exports": "./fuzzysort.js",
99
"types": "./fuzzysort.d.ts",

packages/shared/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
6+
"repository": "https://github.com/aws/amazon-q-developer-cli",
67
"type": "module",
78
"exports": {
89
"./*": "./dist/*.js"

packages/shell-parser/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
6+
"repository": "https://github.com/aws/amazon-q-developer-cli",
67
"type": "module",
78
"exports": "./dist/index.js",
89
"files": [

0 commit comments

Comments
 (0)