diff --git a/package.json b/package.json index 9cb4a88c..8b8906d5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "lint": "yarn lint:js" }, "dependencies": { - "@braks/vue-flow": "file:./", + "@braks/vue-flow": "link:./", "@braks/revue-draggable": "^0.4.2", "@types/d3": "^7.1.0", "@vueuse/core": "^7.5.5", diff --git a/tsconfig.json b/tsconfig.json index a237676f..2a4f8023 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,11 +33,12 @@ { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, - "include": ["src", "examples"], + "include": ["src"], "exclude": [ "node_modules", "build", "dist", - "cypress" + "cypress", + "examples" ] }