Commit f52b35c9 authored by WangShaoXing's avatar WangShaoXing

Modify the order

remove package-metadata.json
Semantic versions consist of exactly three numeric parts.
parent f8385507
...@@ -1233,24 +1233,24 @@ ...@@ -1233,24 +1233,24 @@
] ]
}, },
{ {
"name": "cocos2dx js api", "name": "cocos2d lua api",
"details": "https://github.com/wshxbqq/cocos2dx-js-completions", "details": "https://github.com/06wj/cocos2d_lua_snippets",
"labels": ["completions"], "labels": ["snippets"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"tags": true "branch": "master"
} }
] ]
}, },
{ {
"name": "cocos2d lua api", "name": "cocos2dx js api",
"details": "https://github.com/06wj/cocos2d_lua_snippets", "details": "https://github.com/wshxbqq/cocos2dx-js-completions",
"labels": ["snippets"], "labels": ["completions"],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"branch": "master" "tags": true
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment