Merge branch 'unit-test-mentions' of https://github.com/RocketChat/Rocket.Chat into unit-test-mentions

pull/6605/head
Guilherme Gazzo 9 years ago
commit 08f0ec0c3b
  1. 4
      .babelrc
  2. 4
      package.json

@ -0,0 +1,4 @@
{
"plugins": ["transform-runtime"],
"presets": ["es2015", "stage-1", "babel-polyfill"]
}

@ -69,9 +69,9 @@
"email": "support@rocket.chat"
},
"devDependencies": {
"babel-mocha-es6-compiler": "^0.1.0",
"babel-plugin-array-includes": "^2.0.3",
"chimp": "^0.49.0",
"babel-mocha-es6-compiler": "^0.1.0",
"babel-plugin-array-includes": "^2.0.3",
"eslint": "^3.19.0",
"stylelint": "^7.10.1",
"supertest": "^3.0.0"

Loading…
Cancel
Save