Update package.json (#3579)

For TypeScript and Typings
This commit is contained in:
Kaorun343 2016-09-01 12:46:10 +09:00 committed by Evan You
parent 765e4a98c2
commit 5a03f52b10

View File

@ -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",