Skip to content

Commit

Permalink
builder script added and changes made for local run
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre-Kul committed Jul 14, 2019
1 parent 8388371 commit 99fcbe9
Show file tree
Hide file tree
Showing 11 changed files with 1,429 additions and 2,723 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/
4 changes: 2 additions & 2 deletions browsing-gw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "node ./index.js"
},
"dependencies": {
"puzzle-microfrontends": "^3.21.0"
"puzzle-microfrontends": "^3.32.1"
}
}
}
1,336 changes: 431 additions & 905 deletions browsing-gw/yarn.lock

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "multi-project-demo",
"version": "1.0.0",
"description": "This demo has updated version of PuzzleJs implementation with 1 storefront 2 gateway projects.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"glob": "^7.1.4"
},
"scripts": {
"build": "node tools/builder.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puzzle-js/multi-project-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/puzzle-js/multi-project-demo/issues"
},
"homepage": "https://github.com/puzzle-js/multi-project-demo#readme"
}
4 changes: 2 additions & 2 deletions platform-gw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "node ./index.js"
},
"dependencies": {
"puzzle-microfrontends": "^3.21.0"
"puzzle-microfrontends": "^3.32.1"
}
}
}
Loading

0 comments on commit 99fcbe9

Please sign in to comment.