Skip to content

Commit

Permalink
Bye babel
Browse files Browse the repository at this point in the history
  • Loading branch information
kusold committed Apr 4, 2018
1 parent 72f77d9 commit 1589b54
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 477 deletions.
2 changes: 1 addition & 1 deletion build/bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require('babel-register')();

const gulp = require('gulp');
const util = require('gulp-util');
const ngrok = require('ngrok');
Expand Down
1 change: 0 additions & 1 deletion integration/index_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require('babel-polyfill');
const puppeteer = require('puppeteer');
const { expect } = require('chai');
const { deleteTestUsers, usersWithSameEmailCount, wait, buildQueryString } = require('./utils');
Expand Down
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"scripts": {
"start": "node ./index.js",
"test": "nyc --require babel-register --require babel-polyfill mocha test --recursive --timeout 5000",
"test:integration": "mocha integration --compilers js:babel-core/register --recursive --timeout 50000",
"test": "nyc mocha test --recursive --timeout 5000",
"test:integration": "mocha integration --recursive --timeout 50000",
"lint": "eslint .",
"serve:dev": "gulp run",
"client:build": "minify --clean public/css/link.css && minify --clean public/css/admin.css",
Expand Down Expand Up @@ -41,19 +41,7 @@
},
"devDependencies": {
"auth0-extensions-cli": "https://github.com/kusold/auth0-extensions-cli.git#ecma-8",
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.24.1",
"babel-runtime": "^6.25.0",
"chai": "^4.1.0",
"edge": "^7.10.1",
"eslint": "^4.3.0",
"eslint-config-auth0": "^11.0.0",
"eslint-config-auth0-base": "^13.0.0",
Expand Down
Loading

0 comments on commit 1589b54

Please sign in to comment.