Skip to content

Commit 79a6241

Browse files
authored
Merge pull request #120 from hackberrydev/cleanup
Cleanup
2 parents e9a3f63 + d481409 commit 79a6241

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/build
2+
/jpm_tree
23
/tags*
34
/test/examples/*.bkp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jpm deps --local
4444
Run tests with:
4545

4646
```sh
47-
judge
47+
./test.sh
4848
```

lockfile.jdn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@[{:url "https://github.com/janet-lang/jpm.git" :tag "c886d61d170194c8e6a605658a17a078b6ab546a" :type :git}]

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
./jpm_tree/bin/judge

0 commit comments

Comments
 (0)