diff --git a/cra-template-brightsign-app/package.json b/cra-template-brightsign-app/package.json index fe5eae5..b6094b3 100644 --- a/cra-template-brightsign-app/package.json +++ b/cra-template-brightsign-app/package.json @@ -8,6 +8,14 @@ ], "author": "Diego Benitez ", "license": "SEE LICENSE IN License.txt", + "repository": { + "url": "https://github.com/brightsign/dev-cookbook.git", + "type": "git", + "directory": "cra-template-brightsign-app/" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" + }, "scripts": { "test": "jest --config jest.config.js template/src/", "format:check": "prettier . --check --config ../.prettierrc.js --cache --cache-location=../prettiercache", diff --git a/cra-template-brightsign-dashboard/package.json b/cra-template-brightsign-dashboard/package.json index d45f9d7..3db8ace 100644 --- a/cra-template-brightsign-dashboard/package.json +++ b/cra-template-brightsign-dashboard/package.json @@ -8,6 +8,14 @@ ], "author": "Diego Benitez ", "license": "SEE LICENSE IN License.txt", + "repository": { + "url": "https://github.com/brightsign/dev-cookbook.git", + "type": "git", + "directory": "cra-template-brightsign-dashboard/" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" + }, "scripts": { "test": "jest --config jest.config.js template/src/", "format:check": "prettier . --check --config ../.prettierrc.js --cache --cache-location=../prettiercache", diff --git a/example-node-simple-server/package.json b/example-node-simple-server/package.json index 2244086..daf7037 100644 --- a/example-node-simple-server/package.json +++ b/example-node-simple-server/package.json @@ -12,6 +12,14 @@ "lint": "eslint --no-error-on-unmatched-pattern --config ../.eslintrc template/src/**/*.{js,jsx}", "publish-package": "npm publish" }, + "repository": { + "url": "https://github.com/brightsign/dev-cookbook.git", + "type": "git", + "directory": "example-node-simple-server/" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" + }, "keywords": [], "author": "", "license": "ISC", diff --git a/template-html5-app/package.json b/template-html5-app/package.json index d811d81..3dda1bd 100644 --- a/template-html5-app/package.json +++ b/template-html5-app/package.json @@ -19,6 +19,14 @@ "test": "jest --config jest.config.js src/", "publish": "npm publish" }, + "repository": { + "url": "https://github.com/brightsign/dev-cookbook.git", + "type": "git", + "directory": "template-html5-app/" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" + }, "author": "BrightSign LLC", "license": "ISC", "dependencies": {