fix trailing comma breaking build/dev

This commit is contained in:
Daniel Ternyak 2017-04-12 17:33:45 -05:00
parent 47bd7ab715
commit 5f7f38798e

View File

@ -73,6 +73,5 @@
"test": "jest --config=jest_config/jest.config.json --coverage", "test": "jest --config=jest_config/jest.config.json --coverage",
"dev": "node webpack_config/server.js", "dev": "node webpack_config/server.js",
"flow": "flow" "flow": "flow"
}, }
} }