We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38d2014 + a7b9bb8 commit 4c928ffCopy full SHA for 4c928ff
.babelrc
@@ -0,0 +1 @@
1
+{ "presets": ["es2015-riot"] }
package.json
@@ -12,10 +12,12 @@
12
"test": "node_modules/.bin/mocha"
13
},
14
"dependencies": {
15
- "riot": "^2.3.1"
+ "riot": "^2.3.12"
16
17
"devDependencies": {
18
- "mocha": "1.11.0",
19
- "chai": "1.7.0"
+ "babel-core": "^6.4.0",
+ "babel-preset-es2015-riot": "^1.0.1",
20
+ "chai": "1.7.0",
21
+ "mocha": "1.11.0"
22
}
23
0 commit comments