Skip to content

Commit

Permalink
Merge 5151c41 into 5a27e9e
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrek committed Oct 28, 2020
2 parents 5a27e9e + 5151c41 commit bc34aef
Show file tree
Hide file tree
Showing 28 changed files with 1,135 additions and 458 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,10 +7,10 @@ language: node_js
services:
- xvfb
node_js:
- '8'
- '12'
cache:
- node_modules
install:
- npm install
script:
- npm run coverage && npm t -- --browsers=Firefox
- npm run coverage:coveralls && npm t -- --browsers=Firefox
311 changes: 311 additions & 0 deletions dependencies/vue-v2/package-lock.json

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

8 changes: 8 additions & 0 deletions dependencies/vue-v2/package.json
@@ -0,0 +1,8 @@
{
"description": "This package.json is only for providing Vue v2.x and corresponding Vue Test Utils for development purposes.",
"devDependencies": {
"@vue/test-utils": "^1.1.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
}
}

0 comments on commit bc34aef

Please sign in to comment.