mirror of https://github.com/adamdruppe/arsd.git
issue 224
This commit is contained in:
parent
faac34aebb
commit
3f62e7ac80
4
dub.json
4
dub.json
|
@ -190,6 +190,8 @@
|
|||
"name": "jsvar",
|
||||
"description": "Javascript-like object in D, capable of json read/write/manipulation.",
|
||||
"targetType": "sourceLibrary",
|
||||
"importPaths": ["."],
|
||||
"dflags": ["-mv=arsd.jsvar=jsvar.d"],
|
||||
"sourceFiles": ["jsvar.d"]
|
||||
},
|
||||
{
|
||||
|
@ -197,6 +199,8 @@
|
|||
"description": "Small Javascript-like script interpreter with easy D API",
|
||||
"targetType": "sourceLibrary",
|
||||
"dependencies": {"arsd-official:jsvar":"*"},
|
||||
"importPaths": ["."],
|
||||
"dflags": ["-mv=arsd.script=script.d"],
|
||||
"sourceFiles": ["script.d"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue