Skip to content

Commit 3efb8e5

Browse files
author
season
committed
deasync
1 parent 5f1c1b5 commit 3efb8e5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# fis3-parser-vue-component
22

3-
> [FIS3](http://fis.baidu.com/) parser 阶段插件,用于在fis3中编译[Vue](http://vuejs.org.cn/)组件。
3+
> 由于本插件作者开始使用webpack,本插件不再积极维护,建议使用fis的同学fork一份发布一个新插件。
4+
5+
> 如果你已经在积极维护一个新的插件并且希望使用此插件的人转过去,请提一个issue,我在这里加上一个提示。
46
57
## 相关
68

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fis3-parser-vue-component",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "A parser plugin for fis3 to parser vue component.",
55
"keywords": [
66
"fis3",
@@ -12,7 +12,7 @@
1212
"main": "index.js",
1313
"dependencies": {
1414
"chalk": "^1.1.3",
15-
"deasync": "^0.1.9",
15+
"deasync": "^0.1.11",
1616
"hash-sum": "^1.0.2",
1717
"lru-cache": "^4.0.2",
1818
"object-assign": "^4.1.0",

0 commit comments

Comments
 (0)