Skip to content

Commit 1534f7f

Browse files
committed
minor fix for dub
1 parent 72e9bf2 commit 1534f7f

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

package.json

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

0 commit comments

Comments
 (0)