Skip to content

Commit

Permalink
fix(deps): update dependency @po.et/poet-js to v3 (#102)
Browse files Browse the repository at this point in the history
fix: use the new claIm type

Use the claim type defined in poet-js

BREAKING CHANGE: change in claim type definition
  • Loading branch information
renovate[bot] authored and krobi64 committed Sep 4, 2018
1 parent ca72bbe commit 8356dd7
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 63 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: node_js
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update
- sudo apt-get install gcc-5 g++-5
- sudo rm /usr/bin/g++
- sudo ln -s /usr/bin/g++-5 /usr/bin/g++
script:
- npm run lint
- npm run build
Expand Down
Loading

0 comments on commit 8356dd7

Please sign in to comment.