Skip to content

Commit

Permalink
Replace babel with buble
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Dec 28, 2019
1 parent 43a0ac5 commit 97a4f22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -11,8 +11,8 @@
"scripts": {
"bundle": "rollup -c",
"bundle-tests": "rollup -c rollup.tests.js --format umd > build/tests.js",
"build": "babel --out-dir lib --quiet src",
"build-tests": "babel --out-dir build/test --ignore test/common --quiet test",
"build": "buble -o lib src",
"build-tests": "node -e \"require('fs-extra').ensureDirSync('build')\" && buble --yes dangerousTaggedTemplateString -o build/test test && node -e \"require('fs-extra').removeSync('build/test/common')\"",
"changelog": "offline-github-changelog > CHANGELOG.md",
"lint": "eslint . && prettier --check '**/*.js'",
"test": "npm run test-node && npm run test-docs",
Expand Down Expand Up @@ -47,9 +47,7 @@
"homepage": "https://github.com/unexpectedjs/unexpected-dom",
"devDependencies": {
"@rollup/plugin-multi-entry": "^3.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"buble": "^0.19.8",
"coveralls": "^3.0.2",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
Expand All @@ -59,6 +57,7 @@
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"fs-extra": "^8.1.0",
"gh-pages": "^2.0.1",
"istanbul": "^0.4.5",
"jsdom": "^15.2.0",
Expand Down

0 comments on commit 97a4f22

Please sign in to comment.