We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9a3f63 + d481409 commit 79a6241Copy full SHA for 79a6241
4 files changed
.gitignore
@@ -1,3 +1,4 @@
1
/build
2
+/jpm_tree
3
/tags*
4
/test/examples/*.bkp
README.md
@@ -44,5 +44,5 @@ jpm deps --local
44
Run tests with:
45
46
```sh
47
-judge
+./test.sh
48
```
lockfile.jdn
@@ -0,0 +1 @@
+@[{:url "https://github.com/janet-lang/jpm.git" :tag "c886d61d170194c8e6a605658a17a078b6ab546a" :type :git}]
test.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+./jpm_tree/bin/judge
0 commit comments