mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-29 18:47:39 +08:00
remove component.json
This commit is contained in:
parent
3fc91b970a
commit
f07d597b02
@ -9,7 +9,7 @@ module.exports = function (grunt) {
|
||||
*/
|
||||
|
||||
grunt.registerTask('version', function (version) {
|
||||
var manifests = ['package', 'component']
|
||||
var manifests = ['package']
|
||||
manifests.forEach(function (file) {
|
||||
file = file + '.json'
|
||||
var json = grunt.file.read(file)
|
||||
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "vue",
|
||||
"version": "0.12.10",
|
||||
"main": "src/vue.js",
|
||||
"author": "Evan You <yyx990803@gmail.com>",
|
||||
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Reference in New Issue
Block a user