Skip to content

Commit 4f03121

Browse files
committed
Update to latest dom-testing-library
1 parent 1d5894e commit 4f03121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "vue-testing-library",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
55
"main": "npm/index.js",
66
"scripts": {
77
"lint": "eslint --ext .js,.vue .",
88
"lint:fix": "eslint --ext .js,.vue . --fix",
99
"test": "jest --coverage",
1010
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
11-
"version": "babel --presets=env src --out-dir npm"
11+
"version": "babel src --out-dir npm"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)