From d6758918e69f8a4bc88c0dabbffd0a5ac87f72df Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:17:23 +0200 Subject: [PATCH] chore(pathfinding-edge): remove np --- packages/pathfinding-edge/package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index e3653758..27cdfc75 100644 --- a/packages/pathfinding-edge/package.json +++ b/packages/pathfinding-edge/package.json @@ -27,7 +27,7 @@ "test": "exit 0;", "lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", "lint": "pnpm lint:js", - "release": "pnpm np --no-release-draft" + "release": "pnpm publish" }, "dependencies": { "pathfinding": "^0.4.18", @@ -37,7 +37,6 @@ "@braks/vue-flow": "workspace:*", "@types/pathfinding": "^0.0.5", "@vitejs/plugin-vue": "^2.3.3", - "np": "^7.5.0", "ts-patch": "^2.0.1", "typescript-transform-paths": "^3.3.1", "unplugin-auto-import": "^0.7.1", @@ -51,10 +50,6 @@ }, "publishConfig": { "access": "public", - "registry": "http://registry.npmjs.org/" - }, - "np": { - "branch": "master", - "message": "v%s" + "registry": "https://registry.npmjs.org/" } }