Skip to content

Commit 5a03f52

Browse files
Kaorun343yyx990803
Kaorun343
authored andcommitted
Update package.json (#3579)
For TypeScript and Typings
1 parent 765e4a9 commit 5a03f52

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
"version": "2.0.0-rc.4",
44
"description": "Reactive, component-oriented view layer for modern web interfaces.",
55
"main": "dist/vue.common.js",
6+
"typings": "index.d.ts",
67
"files": [
78
"dist/vue.common.js",
89
"dist/vue.js",
910
"dist/vue.min.js",
10-
"src"
11+
"src",
12+
"types/index.d.ts",
13+
"types/options.d.ts",
14+
"types/plugin.d.ts",
15+
"types/vnode.d.ts",
16+
"types/vue.d.ts"
1117
],
1218
"scripts": {
1319
"dev": "TARGET=web-standalone-dev rollup -w -c build/config.js",

0 commit comments

Comments
 (0)