remove component.json

This commit is contained in:
Evan You 2015-08-25 12:57:38 -04:00
parent 3fc91b970a
commit f07d597b02
2 changed files with 1 additions and 9 deletions

View File

@ -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)

View 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"
}