Skip to content

Commit

Permalink
refs #208 : update - rollup to 1.24 (1.25 has problem)
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Oct 20, 2019
1 parent 463b874 commit 7a6cd1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

window.process = {env: {NODE_ENV: 'production'}};
window.packageVersion = "19.10.4";
window.buildVersion = "191019.221042";
window.buildVersion = "191019.221030";
</script>
<style>
body {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"pwa-helpers": "^0.9.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"rollup": "^1.23.1",
"rollup": "^1.24.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "19.10.4", "build": "191019.221042", "revision": "4bb7c19" }
{ "package": "19.10.4", "build": "191019.221030", "revision": "463b874" }

0 comments on commit 7a6cd1a

Please sign in to comment.