Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 5d5790a

Browse files
committed
fix: add main and typings in package.json
1 parent 8d54b92 commit 5d5790a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-component-compiler",
33
"version": "3.0.0",
44
"description": "bundler agnostic API for compiling Vue SFC",
5-
"main": "index.js",
5+
"main": "src/index.js",
66
"scripts": {
77
"test": "jest",
88
"lint": "eslint src test",
@@ -22,6 +22,7 @@
2222
"bugs": {
2323
"url": "https://github.com/vuejs/vue-component-compiler/issues"
2424
},
25+
"typings": "index.d.ts",
2526
"homepage": "https://github.com/vuejs/vue-component-compiler#readme",
2627
"devDependencies": {
2728
"eslint": "^3.19.0",

0 commit comments

Comments
 (0)