Skip to content

Commit

Permalink
fix(workflows): test workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Aug 22, 2023
1 parent abaf642 commit de4e062
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Empty file added .npmignore
Empty file.
Empty file added CHANGELOG.md
Empty file.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"version": "0.0.0",
"description": "Data structures and algorithms in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "ISC",
"author": "Joshua D. Graber",
"author": "Joshua D. Graber <joshua.d.graber@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/joshuagraber/broccoli-and-carrots.git"
},
"scripts": {
"build": "tsc -p .",
"commit": "npx git-cz",
Expand Down

0 comments on commit de4e062

Please sign in to comment.