We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de86a1 commit 4e581baCopy full SHA for 4e581ba
.travis.yml
@@ -1,3 +1,5 @@
1
language: node_js
2
node_js:
3
- "node"
4
+ - "8"
5
+ - "6"
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build": "babel lib -d dist",
10
"prepublish": "npm run build",
11
- "test": "node_modules/mocha/bin/mocha test test/"
+ "test": "mocha --compilers js:babel-core/register test test/"
12
},
13
"repository": {
14
"type": "git",
@@ -37,6 +37,7 @@
37
38
"devDependencies": {
39
"babel-cli": "^6.26.0",
40
+ "babel-core": "^6.26.0",
41
"babel-plugin-transform-object-rest-spread": "^6.26.0",
42
"babel-preset-env": "^1.4.0",
43
"chai": "^3.5.0",
0 commit comments