Skip to content

Commit 5b0dd3f

Browse files
author
Maximilian Heinz
committed
add babel deps, update travis config
1 parent e2945e1 commit 5b0dd3f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '4'
9+
- '5.2'
1010
before_install:
11-
- npm i -g npm@^2.0.0
11+
- npm i -g npm@^3.3
1212
before_script:
1313
- npm prune
1414
- 'curl -Lo travis_after_all.py https://git.io/vLSON'

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@
3434
"main": "./dist/lory.js",
3535
"jsnext:main": "./src/lory.js",
3636
"devDependencies": {
37+
"babel-cli": "6.11.4",
3738
"babel-core": "6.13.1",
3839
"babel-loader": "6.2.5",
3940
"babel-preset-es2015": "6.13.2",
4041
"babel-preset-stage-0": "6.5.0",
42+
"babel-register": "6.11.6",
43+
"babel-runtime": "6.11.6",
4144
"better-npm-run": "0.0.11",
4245
"chai": "3.5.0",
4346
"clamp.js": "0.2.9",

0 commit comments

Comments
 (0)