Skip to content

Commit 5eb3713

Browse files
committed
package.json update
1 parent c30fce0 commit 5eb3713

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2-
"name": "staruml.cplus",
3-
"title": "C++",
4-
"description": "C++ code generation and reverse engineering.",
5-
"homepage": "https://github.com/staruml/Cpp",
6-
"keywords": ["c++"],
7-
"version": "0.9.1",
8-
"author": {
9-
"name": "Dongjoon Lee",
10-
"email": "[email protected]",
11-
"url": "https://github.com/dongjoon1251"
12-
},
13-
"license": "MIT",
14-
"engines": {
15-
"staruml": ">=2.0.0"
16-
}
2+
"name": "staruml.cplus",
3+
"title": "C++",
4+
"description": "C++ code generation and reverse engineering.",
5+
"homepage": "https://github.com/staruml/staruml-cpp",
6+
"issues": "https://github.com/staruml/staruml-cpp/issues",
7+
"keywords": ["c++"],
8+
"version": "0.9.2",
9+
"author": {
10+
"name": "Dongjoon Lee",
11+
"email": "[email protected]",
12+
"url": "https://github.com/dongjoon1251"
13+
},
14+
"license": "MIT",
15+
"engines": {
16+
"staruml": "^3.0.0"
17+
}
1718
}

0 commit comments

Comments
 (0)