We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2945e1 commit 5b0dd3fCopy full SHA for 5b0dd3f
2 files changed
.travis.yml
@@ -6,9 +6,9 @@ cache:
6
notifications:
7
email: false
8
node_js:
9
- - '4'
+ - '5.2'
10
before_install:
11
- - npm i -g npm@^2.0.0
+ - npm i -g npm@^3.3
12
before_script:
13
- npm prune
14
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
package.json
@@ -34,10 +34,13 @@
34
"main": "./dist/lory.js",
35
"jsnext:main": "./src/lory.js",
36
"devDependencies": {
37
+ "babel-cli": "6.11.4",
38
"babel-core": "6.13.1",
39
"babel-loader": "6.2.5",
40
"babel-preset-es2015": "6.13.2",
41
"babel-preset-stage-0": "6.5.0",
42
+ "babel-register": "6.11.6",
43
+ "babel-runtime": "6.11.6",
44
"better-npm-run": "0.0.11",
45
"chai": "3.5.0",
46
"clamp.js": "0.2.9",
0 commit comments