For TypeScript and Typings
@@ -3,11 +3,17 @@
"version": "2.0.0-rc.4",
"description": "Reactive, component-oriented view layer for modern web interfaces.",
"main": "dist/vue.common.js",
+ "typings": "index.d.ts",
"files": [
"dist/vue.common.js",
"dist/vue.js",
"dist/vue.min.js",
- "src"
+ "src",
+ "types/index.d.ts",
+ "types/options.d.ts",
+ "types/plugin.d.ts",
+ "types/vnode.d.ts",
+ "types/vue.d.ts"
],
"scripts": {
"dev": "TARGET=web-standalone-dev rollup -w -c build/config.js",