Skip to content

Commit

Permalink
change version 0.3 to 0.4, clear default plugin behavior (cocos2d#168)
Browse files Browse the repository at this point in the history
* fix version error

* keep path empty

* fix panel profile warn
  • Loading branch information
drelaptop authored and minggo committed Apr 11, 2018
1 parent 1993469 commit d805199
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions creator_project/packages/creator-luacpp-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creator-luacpp-support",
"version": "0.3",
"version": "0.4",
"description": "Creator Legact Support for cocos2d-x cpp and Lua",
"author": "Cocos Creator",
"main": "main.js",
Expand All @@ -19,15 +19,15 @@
"width": 640,
"min-width": 320,
"height": 480,
"min-height": 330,
"profiles": {
"project": {
"setup": false,
"path": "",
"autoBuild": false,
"exportResourceOnly": false,
"exportResourceDynamicallyLoaded": false
}
"min-height": 330
},
"profiles": {
"project": {
"setup": false,
"path": "",
"autoBuild": false,
"exportResourceOnly": false,
"exportResourceDynamicallyLoaded": false
}
}
}
2 changes: 1 addition & 1 deletion creator_project/settings/creator-luacpp-support.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"autoBuild": false,
"exportResourceDynamicallyLoaded": false,
"exportResourceOnly": false,
"path": "/Users/laptop/2d-x/tests/cpp-empty-test",
"path": "",
"setup": false
}

0 comments on commit d805199

Please sign in to comment.