diff --git a/docs/package.json b/docs/package.json index ec19eac3..53d2d678 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,8 +2,6 @@ "name": "docs", "version": "0.0.0", "private": true, - "license": "MIT", - "author": "Burak Cakmakoglu", "scripts": { "dev": "vuepress dev src", "build": "vuepress build src", diff --git a/examples/package.json b/examples/package.json index c74c6467..e1d6754f 100644 --- a/examples/package.json +++ b/examples/package.json @@ -2,8 +2,6 @@ "name": "examples", "version": "0.0.0", "private": true, - "license": "MIT", - "author": "Burak Cakmakoglu", "scripts": { "dev": "vite", "build": "vite build", diff --git a/package.json b/package.json index e0d66d70..ffae3ddf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ }, "devDependencies": { "@antfu/eslint-config": "^0.9.0", - "@changesets/cli": "^2.22.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-chai-friendly": "^0.7.2", diff --git a/package/package.json b/package/package.json index 84478c65..42c702d0 100644 --- a/package/package.json +++ b/package/package.json @@ -7,7 +7,7 @@ "url": "git+https://github.com/bcakmakoglu/vue-flow" }, "license": "MIT", - "author": "Burak Cakmakoglu", + "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"