Skip to content

Commit

Permalink
Configure leaf packages for public access (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonina authored Aug 21, 2020
1 parent e0c31ad commit f4c3538
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"type": "git",
"url": "git+https://github.com/wmde/wikit.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"postinstall": "node build/wikimedia-ui-base",
"test": "npm-run-all test:*",
Expand Down
3 changes: 3 additions & 0 deletions vue-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": {
"name": "The Wikidata team"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --formats commonjs --name wikit-vue-components src/main.ts --report --report-json",
Expand Down

0 comments on commit f4c3538

Please sign in to comment.