File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
coverage
3
- dist
3
+ npm
4
4
.opt-in
5
5
.opt-out
6
6
.DS_Store
Original file line number Diff line number Diff line change
1
+ /src /
Original file line number Diff line number Diff line change 2
2
"name" : " vue-testing-library" ,
3
3
"version" : " 0.1.10" ,
4
4
"description" : " Simple and complete Vue DOM testing utilities that encourage good testing practices." ,
5
- "main" : " src /index.js" ,
5
+ "main" : " npm /index.js" ,
6
6
"scripts" : {
7
7
"test" : " jest --coverage" ,
8
- "coveralls" : " cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
8
+ "coveralls" : " cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" ,
9
+ "version" : " babel src --out-dir npm"
9
10
},
10
11
"author" : " Daniel Cook" ,
11
12
"license" : " MIT" ,
12
13
"devDependencies" : {
13
14
"@vue/test-utils" : " ^1.0.0-beta.12" ,
14
15
"axios" : " ^0.18.0" ,
16
+ "babel-cli" : " ^6.26.0" ,
15
17
"babel-core" : " ^6.26.0" ,
16
18
"babel-jest" : " ^23.0.0-alpha.0" ,
17
19
"babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
You can’t perform that action at this time.
0 commit comments