summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2017-01-22 11:42:46 +0100
committerJoffrey BION <joffrey.bion@gmail.com>2017-01-22 11:42:46 +0100
commit87d82a83915044f6e988455d80b46f9f9f19a797 (patch)
treec584f21bdf771a86e3cc49bda78c240297864d71 /frontend/package.json
parentAdd validation constraints on PlayerMove (diff)
parentBetter implementation of username choice (diff)
downloadseven-wonders-87d82a83915044f6e988455d80b46f9f9f19a797.tar.gz
seven-wonders-87d82a83915044f6e988455d80b46f9f9f19a797.tar.bz2
seven-wonders-87d82a83915044f6e988455d80b46f9f9f19a797.zip
Merge remote-tracking branch 'remotes/origin/feature/front'
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index ef688fde..d4aed987 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
- "react-scripts": "0.8.5"
+ "react-scripts": "0.8.5",
+ "babel-polyfill": "^6.20.0"
},
"dependencies": {
- "babel-polyfill": "^6.20.0",
"immutable": "^3.8.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
bgstack15