Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Mar 24, 2022
1 parent dcc6da7 commit b5bcf6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wantwords",
"version": "1.0.0",
"version": "1.0.1",
"description": "cli that searches for synonyms and definitions from WantWords",
"bin": {
"wantwords": "cli.js"
Expand All @@ -10,7 +10,9 @@
"url": "git+https://git@github.com:stagas/wantwords.git"
},
"scripts": {
"test": "echo ok"
"test": "echo ok",
"prepack": "echo ok",
"prepush": "echo ok"
},
"keywords": [
"words",
Expand Down

0 comments on commit b5bcf6b

Please sign in to comment.