We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5894e commit 4f03121Copy full SHA for 4f03121
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "vue-testing-library",
3
- "version": "0.7.0",
+ "version": "0.8.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=env src --out-dir npm"
+ "version": "babel src --out-dir npm"
12
},
13
"repository": {
14
"type": "git",
0 commit comments