Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tough-griff committed Feb 10, 2021
1 parent a451a08 commit 8db261c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rrepl",
"version": "1.3.0",
"version": "1.3.1",
"description": "An improved node REPL with support for configuration.",
"keywords": [
"cli",
Expand All @@ -13,7 +13,9 @@
"url": "git+https://github.com/tough-griff/rrepl.git"
},
"main": "index.js",
"bin": "index.js",
"bin": {
"rrepl": "index.js"
},
"files": [
"index.js"
],
Expand Down

0 comments on commit 8db261c

Please sign in to comment.