Skip to content

Commit 1012fb7

Browse files
committed
Add id of mobile stack to parse sample
1 parent 9533c5f commit 1012fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/cb.project/parse/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ var path = require("path");
33
module.exports = {
44
id: "parse",
55
name: "Parse",
6+
otherIds: ["mobile"],
67

78
sample: path.resolve(__dirname, "sample"),
89
detector: path.resolve(__dirname, "detector.sh"),

0 commit comments

Comments
 (0)