Skip to content

Commit

Permalink
Use a partial shrinkwrap to limit babel packages to 6.3
Browse files Browse the repository at this point in the history
To circumvent the slightly lame new requirement in 6.4 for semicolons after class properties
  • Loading branch information
cookpete committed Jan 7, 2016
1 parent 9e7638a commit ede3948
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install -g npm@2
- npm install -g npm@3
- npm install
node_js:
- "4.1"
Expand Down
21 changes: 21 additions & 0 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ede3948

Please sign in to comment.