We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfc312 commit 1d5894eCopy full SHA for 1d5894e
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "vue-testing-library",
3
- "version": "0.6.3",
+ "version": "0.7.0",
4
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
5
"main": "npm/index.js",
6
"scripts": {
7
"lint": "eslint --ext .js,.vue .",
8
"lint:fix": "eslint --ext .js,.vue . --fix",
9
"test": "jest --coverage",
10
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
11
- "version": "babel --presets=es2015 src --out-dir npm"
+ "version": "babel --presets=env src --out-dir npm"
12
},
13
"repository": {
14
"type": "git",
0 commit comments