chore(pathfinding-edge): remove np

This commit is contained in:
bcakmakoglu
2022-06-01 22:17:23 +02:00
parent 4810483fe6
commit d6758918e6
+2 -7
View File
@@ -27,7 +27,7 @@
"test": "exit 0;", "test": "exit 0;",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", "lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"lint": "pnpm lint:js", "lint": "pnpm lint:js",
"release": "pnpm np --no-release-draft" "release": "pnpm publish"
}, },
"dependencies": { "dependencies": {
"pathfinding": "^0.4.18", "pathfinding": "^0.4.18",
@@ -37,7 +37,6 @@
"@braks/vue-flow": "workspace:*", "@braks/vue-flow": "workspace:*",
"@types/pathfinding": "^0.0.5", "@types/pathfinding": "^0.0.5",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.3",
"np": "^7.5.0",
"ts-patch": "^2.0.1", "ts-patch": "^2.0.1",
"typescript-transform-paths": "^3.3.1", "typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.7.1", "unplugin-auto-import": "^0.7.1",
@@ -51,10 +50,6 @@
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",
"registry": "http://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
},
"np": {
"branch": "master",
"message": "v%s"
} }
} }