We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a40c9d + ff7a600 commit e5249d3Copy full SHA for e5249d3
package.json
@@ -5,18 +5,23 @@
5
"private": true,
6
"scripts": {
7
"start": "browser-sync start --server ./src --files ./src",
8
- "test": "mocha test/*.spec.js"
+ "test": "mocha --compilers js:babel-register test/*.spec.js"
9
},
10
"author": "Sergio Cruz <[email protected]>",
11
"license": "MIT",
12
"devDependencies": {
13
+ "babel-preset-es2015": "^6.18.0",
14
+ "babel-register": "^6.18.0",
15
"browser-sync": "^2.14.0",
16
"chai": "^3.5.0",
17
"jsdom": "^9.4.1",
18
"mocha": "^3.0.1"
19
- "engines" : {
- "node" : ">=6.2",
20
- "npm": ">=3.8"
+ "engines": {
21
+ "node": ">=4.6",
22
+ "npm": ">=2.15"
23
+ },
24
+ "babel": {
25
+ "presets": ["es2015"]
26
}
27
0 commit comments