Skip to content

Commit

Permalink
Change branch to master in manush.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kfv committed Jul 19, 2022
1 parent 1e36ce8 commit 7a4ffa0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions deptree/manush.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"License": "BSD 2-Clause License",
"Version": "0.1.1",
"Remote":
{
{
"type": "git",
"path": "https://github.com/illuria/manush",
"branch": "stty",
"branch": "master",
"tag" : "0.1"
},
},
"Dependencies":
{
"opts": "0.1",
"skprJson": "0.1"
},
"Build":
{
"voc -s": "src/mnshList.Mod",
"voc -s": "src/mnshDefs.Mod",
"voc -s": "src/mnshStorage.Mod",
"voc -s": "src/mnshExtTools.Mod",
"voc -s": "src/mnshTerm.Mod",
"voc -s": "src/mnshInput.Mod",
"voc -s": "src/vt100.Mod",
"voc -M": "src/manush.Mod"
"voc -s": "src/mnshList.Mod",
"voc -s": "src/mnshDefs.Mod",
"voc -s": "src/mnshStorage.Mod",
"voc -s": "src/mnshExtTools.Mod",
"voc -s": "src/mnshTerm.Mod",
"voc -s": "src/mnshInput.Mod",
"voc -s": "src/vt100.Mod",
"voc -M": "src/manush.Mod"
}
}

0 comments on commit 7a4ffa0

Please sign in to comment.