From 2c6320b81169e6cd4b96b6fa53fa1e180c35797a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Wed, 12 Aug 2020 18:26:27 +0800 Subject: [PATCH] init --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3ee87e8..2462ccf 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "type": "git", "url": "https://github.com/@bytedo/anot.git" }, - "version": "2.2.10", - "description": "an elegant efficient express mvvm framework", + "version": "0.0.1", + "description": "前端迷你mvvm框架。基于**司徒正美**的`avalon2.x`版精简修改而来。", "main": "dist/anot.js", "keywords": ["javascript", "avalon", "mvvm", "virtual dom"], "scripts": { @@ -18,8 +18,5 @@ "@bytedo/rollup-plugin-uglify": "^1.0.0", "iofs": "^1.3.2", "rollup": "^2.23.1" - }, - "bugs": { - "url": "https://github.com/RubyLouvre/avalon/issues" } }