Skip to content

Commit 24f4de3

Browse files
committed
Move babel settings to package.json
1 parent 4662050 commit 24f4de3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
],
4141
"ignore": ["dist/"]
4242
},
43+
"babel": {
44+
"presets": ["es2015-rollup"]
45+
},
4346
"scripts": {
4447
"lint": "repo-tools lint \"**/*.js\"",
4548
"bundle": "rollup -c rollup.config.js -f cjs -o dist/js-data-rethinkdb.js -m dist/js-data-rethinkdb.js.map src/index.js && repo-tools write-version dist/js-data-rethinkdb.js",

0 commit comments

Comments
 (0)