Skip to content

Commit a60e64c

Browse files
committed
fix: add correct main file
1 parent 64b602d commit a60e64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jest-vue",
33
"version": "0.1.0",
44
"description": "Jest Vue transform",
5-
"main": "index.js",
5+
"main": "jest-vue.js",
66
"scripts": {
77
"lint": "eslint jest-vue.js test",
88
"lint:fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)