Skip to content

Commit

Permalink
Merge pull request #28 from angeliski/fix/update-tabulator-dependency
Browse files Browse the repository at this point in the history
chore(tabulator-tables): update tabulator to 4.4.1
  • Loading branch information
angeliski authored Sep 25, 2019
2 parents fbd95a4 + 2a853ae commit 50a86b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ cache:
directories:
- ~/.cache
script:
- npx @team-griffin/install-self-peers
- npm run test
- npm run coveralls
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,11 @@
"@types/tabulator-tables": "^4.2.4",
"dashify": "^2.0.0",
"lodash.mergewith": "^4.6.2",
"tabulator-tables": "^4.2.2",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.2.1"
},
"peerDependencies": {
"tabulator-tables": "^4.2.1",
"tabulator-tables": "^4.4.1",
"vue": "^2.6.8"
},
"devDependencies": {
Expand Down

0 comments on commit 50a86b2

Please sign in to comment.