Skip to content

Commit

Permalink
add babel deps, update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Heinz committed Aug 21, 2016
1 parent e2945e1 commit 5b0dd3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cache:
notifications:
email: false
node_js:
- '4'
- '5.2'
before_install:
- npm i -g npm@^2.0.0
- npm i -g npm@^3.3
before_script:
- npm prune
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@
"main": "./dist/lory.js",
"jsnext:main": "./src/lory.js",
"devDependencies": {
"babel-cli": "6.11.4",
"babel-core": "6.13.1",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.13.2",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.11.6",
"babel-runtime": "6.11.6",
"better-npm-run": "0.0.11",
"chai": "3.5.0",
"clamp.js": "0.2.9",
Expand Down

0 comments on commit 5b0dd3f

Please sign in to comment.