chore(pathfinding-edge): remove np

This commit is contained in:
bcakmakoglu
2022-06-01 22:17:23 +02:00
parent 4810483fe6
commit d6758918e6

View File

@@ -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/"
}
}