Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpaul committed Jun 26, 2021
1 parent a252733 commit 2872e04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "zx-snippets",
"version": "1.0.1",
"description": "bash scripts written in zx",
"main": "index.js",
"repository": "https://github.com/marcpaul/zx-snippets.git",
"author": "marcpaul <marcpaul@users.noreply.github.com>",
"license": "MIT",
"private": false
}

0 comments on commit 2872e04

Please sign in to comment.