Browse Source

Update package.json (#3579)

For TypeScript and Typings
dev
Kaorun343 8 years ago
committed by Evan You
parent
commit
5a03f52b10
  1. 8
      package.json

8
package.json

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

Loading…
Cancel
Save