Skip to content

Commit

Permalink
fix: Set publicAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
HcySunYang committed Jan 13, 2019
1 parent 2bc1b06 commit 2dbe576
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/babel__generator": "^7.0.0",
"@types/babel__traverse": "^7.0.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuese/vuese.git"
Expand Down Expand Up @@ -45,5 +48,6 @@
"prismjs": "^1.15.0",
"sao": "^0.22.17",
"serve-handler": "^5.0.7"
}
},
"gitHead": "2bc1b0691aaf9480fa6fc0ad59ff1bc991b81efe"
}
7 changes: 5 additions & 2 deletions packages/markdown-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"lib",
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuese/vuese.git"
Expand All @@ -28,5 +30,6 @@
},
"dependencies": {
"@vuese/parser": "^2.0.0"
}
},
"gitHead": "2bc1b0691aaf9480fa6fc0ad59ff1bc991b81efe"
}
7 changes: 5 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"lib",
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuese/vuese.git"
Expand All @@ -33,5 +35,6 @@
"@babel/types": "^7.1.3",
"@vuese/utils": "^2.0.0",
"vue-template-compiler": "^2.5.21"
}
},
"gitHead": "2bc1b0691aaf9480fa6fc0ad59ff1bc991b81efe"
}

0 comments on commit 2dbe576

Please sign in to comment.