diff --git a/.env b/.env new file mode 100644 index 0000000..293f188 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +PERSONAL_ACCESS_TOKEN=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 \ No newline at end of file diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 757ea7a..0000000 --- a/.npmrc +++ /dev/null @@ -1,3 +0,0 @@ -@abul2285:registry=https://npm.pkg.github.com - -//npm.pkg.github.com/:_authToken=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 \ No newline at end of file diff --git a/npmrc b/npmrc new file mode 100644 index 0000000..1405691 --- /dev/null +++ b/npmrc @@ -0,0 +1,3 @@ +@abul2285:registry=https://npm.pkg.github.com + +//npm.pkg.github.com/:_authToken=PERSONAL_ACCESS_TOKEN \ No newline at end of file diff --git a/package.json b/package.json index fbdede4..56e8a7d 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "lint": "next lint", "test": "exit 0" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + }, + "repository": "git://github.com/abul2285/bookmark.git", "dependencies": { "@aws-sdk/client-cognito-identity-provider": "^3.143.0", "next": "12.2.4",