We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a828f3 commit b2a12f5Copy full SHA for b2a12f5
README.md
@@ -38,4 +38,7 @@ export default {
38
39
## 效果展示
40
41
-
+
42
+
43
+## LICENSE
44
+[MIT](LICENSE)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-code-diff",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "代码比对展示(Code comparison display)",
5
"author": "ddchef>",
6
"private": false,
@@ -107,5 +107,6 @@
107
"> 1%",
108
"last 2 versions",
109
"not ie <= 8"
110
- ]
+ ],
111
+ "license": "MIT"
112
}
0 commit comments