Skip to content

Commit

Permalink
Fix pushed package files
Browse files Browse the repository at this point in the history
  • Loading branch information
knutkirkhorn committed Jan 21, 2023
1 parent bd5e3b2 commit 68a7199
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"test": "ava",
"lint": "eslint ."
},
"files": [
"cli.js"
],
"keywords": [
"square",
"and",
Expand All @@ -22,7 +25,7 @@
"license": "MIT",
"dependencies": {
"meow": "^8.1.0",
"square-and-multiply": "^1.0.3"
"square-and-multiply": "^1.0.5"
},
"devDependencies": {
"ava": "^3.15.0",
Expand Down

0 comments on commit 68a7199

Please sign in to comment.