Skip to content

Commit

Permalink
chore: remove install directive so downloads don't auto
Browse files Browse the repository at this point in the history
  • Loading branch information
exbotanical committed Jan 21, 2024
1 parent dfa5dba commit 7fc470e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"description": "A library of useful C utilities with JavaScript-like array, buffer, and string APIs",
"keywords": ["array", "buffer", "formatting", "utilities", "helpers"],
"src": ["include/libutil.h", "src/array.c", "src/buffer.c", "src/str.c"],
"install": "make install",
"uninstall": "make uninstall",
"development": {
"thlorenz/tap.c": "*"
}
Expand Down

0 comments on commit 7fc470e

Please sign in to comment.