Skip to content

Commit

Permalink
1.2.0 update parcel to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerlancism committed Mar 13, 2019
1 parent d2d4cf7 commit 6ee93f9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Phaser CE ParcelJS</title> <style>body,html{margin:0;padding:0}#content{position:fixed;height:100%;width:100%}#content canvas{box-shadow:0 0 5px #000}</style> <script src="src.04aa3ea0.js"></script> </head> <body> <div id="content"></div> </body> </html>
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Phaser CE ParcelJS</title><style>body,html{margin:0;padding:0}#content{position:fixed;height:100%;width:100%}#content canvas{box-shadow:0 0 5px #000}</style><script src="src.f2ec8d46.js"></script></head><body> <div id="content"></div> </body></html>
1 change: 0 additions & 1 deletion build/src.1f181aae.map

This file was deleted.

18 changes: 9 additions & 9 deletions build/src.04aa3ea0.js → build/src.f2ec8d46.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/src.f2ec8d46.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@types/parcel-env": "^0.0",
"parcel": "~1.11.0",
"@types/parcel-env": "^0.0.0",
"parcel": "^1.12.1",
"cssnano": "^4.1.10",
"typescript": "^3.3"
"typescript": "^3.3.3333"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@babel/runtime": "^7.3.4",
"phaser-ce": "^2.12.0"
}
}
}

0 comments on commit 6ee93f9

Please sign in to comment.