mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-03 12:38:24 +08:00
parent
765e4a98c2
commit
5a03f52b10
@ -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…
Reference in New Issue
Block a user