Skip to content

Commit

Permalink
chore: Prepare packages for fixed lerna release
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Sep 27, 2018
1 parent d30fe94 commit 996b1e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/pwa-devdocs",
"packages/venia-concept"
],
"version": "independent",
"version": "fixed",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
3 changes: 3 additions & 0 deletions packages/peregrine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@magento/peregrine",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},
"description": "The core runtime of Magento PWA",
"license": "(OSL-3.0 OR AFL-3.0)",
"author": "Magento Commerce",
Expand Down
3 changes: 3 additions & 0 deletions packages/pwa-buildpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@magento/pwa-buildpack",
"version": "0.8.2",
"publishConfig": {
"access": "public"
},
"description": "Build/Layout optimization tooling and Peregrine framework adapters for the Magento PWA",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 996b1e6

Please sign in to comment.