@ia-ccun/idea-plugin-share 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ia-ccun/idea-plugin-share",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "IntelliJ IDEA 插件分发包:把 zip 放进 plugins/ 目录,npm publish 后内网 npm i 即可获取",
|
|
5
5
|
"bin": {
|
|
6
6
|
"idea-plugin": "bin/idea-plugin.js"
|
|
@@ -12,8 +12,6 @@
|
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"idea",
|
|
15
|
-
|
|
16
|
-
|
|
17
15
|
"intellij",
|
|
18
16
|
"plugin",
|
|
19
17
|
"jetbrains",
|
|
Binary file
|
|
Binary file
|