We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765e4a9 commit 5a03f52Copy full SHA for 5a03f52
package.json
@@ -3,11 +3,17 @@
3
"version": "2.0.0-rc.4",
4
"description": "Reactive, component-oriented view layer for modern web interfaces.",
5
"main": "dist/vue.common.js",
6
+ "typings": "index.d.ts",
7
"files": [
8
"dist/vue.common.js",
9
"dist/vue.js",
10
"dist/vue.min.js",
- "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"
17
],
18
"scripts": {
19
"dev": "TARGET=web-standalone-dev rollup -w -c build/config.js",
0 commit comments