diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..34b086b --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@abul2285:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/npmrc b/npmrc deleted file mode 100644 index 1405691..0000000 --- a/npmrc +++ /dev/null @@ -1,3 +0,0 @@ -@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 52617a1..1bc0285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abul2285/bookmark", - "version": "0.4.0", + "version": "0.6.0", "scripts": { "dev": "next dev", "build": "next build", @@ -8,10 +8,6 @@ "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",