We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1c1b5 commit 3efb8e5Copy full SHA for 3efb8e5
README.md
@@ -1,6 +1,8 @@
1
# fis3-parser-vue-component
2
3
-> [FIS3](http://fis.baidu.com/) parser 阶段插件,用于在fis3中编译[Vue](http://vuejs.org.cn/)组件。
+> 由于本插件作者开始使用webpack,本插件不再积极维护,建议使用fis的同学fork一份发布一个新插件。
4
+
5
+> 如果你已经在积极维护一个新的插件并且希望使用此插件的人转过去,请提一个issue,我在这里加上一个提示。
6
7
## 相关
8
package.json
@@ -1,6 +1,6 @@
{
"name": "fis3-parser-vue-component",
- "version": "5.5.0",
+ "version": "5.5.1",
"description": "A parser plugin for fis3 to parser vue component.",
"keywords": [
"fis3",
@@ -12,7 +12,7 @@
12
"main": "index.js",
13
"dependencies": {
14
"chalk": "^1.1.3",
15
- "deasync": "^0.1.9",
+ "deasync": "^0.1.11",
16
"hash-sum": "^1.0.2",
17
"lru-cache": "^4.0.2",
18
"object-assign": "^4.1.0",
0 commit comments