chore(resize-rotate-node): remove np

This commit is contained in:
bcakmakoglu
2022-06-01 22:16:06 +02:00
parent 2858214e62
commit 4810483fe6
+2 -7
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": {
"@vueuse/core": "^8.4.2",
@@ -36,7 +36,6 @@
"devDependencies": {
"@braks/vue-flow": "workspace:*",
"@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",
@@ -50,10 +49,6 @@
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
},
"np": {
"branch": "master",
"message": "v%s"
"registry": "https://registry.npmjs.org/"
}
}