Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
chore: update deps to Vue 2.5 compatibility
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dep updates are major semver upgrades.
  • Loading branch information
alexsasharegan committed Oct 18, 2017
1 parent 9e51905 commit 5f891be
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 155 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
"ecmaFeatures": {
"impliedStrict": true,
"experimentalObjectRestSpread": true,
"jsx": true
"jsx": true,
"modules": true
}
},
"globals": {
"ajax": true,
"axios": true,
"Tether": true,
"Promise": true
},
"extends": "eslint:recommended",
Expand Down
Loading

0 comments on commit 5f891be

Please sign in to comment.