Skip to content

Commit 4c928ff

Browse files
author
Artem Yavorsky
committed
Merge pull request #5 from planeguy/master
babel 6 works if it's a direct dependency of riot-brunch
2 parents 38d2014 + a7b9bb8 commit 4c928ff

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "presets": ["es2015-riot"] }

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"test": "node_modules/.bin/mocha"
1313
},
1414
"dependencies": {
15-
"riot": "^2.3.1"
15+
"riot": "^2.3.12"
1616
},
1717
"devDependencies": {
18-
"mocha": "1.11.0",
19-
"chai": "1.7.0"
18+
"babel-core": "^6.4.0",
19+
"babel-preset-es2015-riot": "^1.0.1",
20+
"chai": "1.7.0",
21+
"mocha": "1.11.0"
2022
}
2123
}

0 commit comments

Comments
 (0)