Skip to content

Commit ecec242

Browse files
committed
rename the package???
1 parent 23635b0 commit ecec242

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"name": "ncurses",
3-
"description": "Interface to the C ncurses library",
4-
"homepage": "http://github.com/D-Programming-Deimos/ncurses",
2+
"name": "ncurses-d",
3+
"description": "Interface to the C ncurses library",
4+
"homepage": "http://github.com/D-Programming-Deimos/ncurses",
55
"authors": [
6-
"Jon \"ylixir\" Allen",
7-
"Dejan Lekic",
8-
"Jude \"1100110\" Young"
6+
"Jon \"ylixir\" Allen",
7+
"Dejan Lekic",
8+
"Jude \"1100110\" Young"
99
],
10-
"license": "ncurses",
10+
"license": "ncurses",
1111
"sourcePaths": [
12-
"deimos"
12+
"deimos"
1313
],
1414
"libs": [
15-
"ncursesw"
15+
"ncursesw"
1616
],
17-
"targetType": "staticLibrary",
18-
"buildRequirements": ["relaxProperties"],
17+
"targetType": "staticLibrary",
18+
"buildRequirements": [
19+
"relaxProperties"
20+
],
1921
}

0 commit comments

Comments
 (0)