Merge tag 'v2.0.0' into gs-master

This commit is contained in:
David Yip
2017-10-18 11:52:04 -05:00
96 changed files with 1592 additions and 229 deletions

View File

@@ -9,7 +9,7 @@
"start": "node ./streaming/index.js",
"test": "npm run test:lint && npm run test:jest",
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
"test:jest": "cross-env NODE_ENV=test jest",
"test:jest": "cross-env NODE_ENV=test jest --coverage",
"postinstall": "npm rebuild node-sass"
},
"repository": {