chore: lint files

This commit is contained in:
Braks
2022-05-11 22:10:40 +02:00
parent 447d24c5a8
commit 22845c210d
133 changed files with 461 additions and 381 deletions
+6 -6
View File
@@ -2,19 +2,19 @@
"name": "@braks/vue-flow",
"version": "0.4.8",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/bcakmakoglu/vue-flow"
},
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
"homepage": "https://github.com/bcakmakoglu/vue-flow#readme",
"bugs": {
"url": "https://github.com/bcakmakoglu/vue-flow/issues"
},
"main": "./dist/vue-flow.cjs.js",
"types": "./dist/index.d.ts",
"module": "./dist/vue-flow.es.js",
"types": "./dist/index.d.ts",
"unpkg": "./dist/vue-flow.iife.js",
"jsdelivr": "./dist/vue-flow.iife.js",
"files": [
@@ -33,6 +33,9 @@
"release": "yarn np",
"postpublish": "shx rm README.md"
},
"peerDependencies": {
"vue": "^3.2.25"
},
"dependencies": {
"@braks/revue-draggable": "^0.4.2",
"@types/d3": "^7.1.0",
@@ -58,9 +61,6 @@
"vite-svg-loader": "^2.2.0",
"vue-tsc": "^0.33.9"
},
"peerDependencies": {
"vue": "^3.2.25"
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"