Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Add publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
soupette committed Oct 2, 2019
1 parent 5d4fe5c commit 8e24c12
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/buffetjs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"React"
],
"author": "Strapi team",
"license": "MIT"
"license": "MIT",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/buffetjs-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"styled-components"
],
"author": "Strapi team",
"license": "MIT"
"license": "MIT",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/buffetjs-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"styled-components": "^4.1.2"
},
"author": "Strapi Team",
"license": "MIT"
"license": "MIT",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/buffetjs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
},
"peerDependencies": {
"lodash": "^4.17.15"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 8e24c12

Please sign in to comment.