Skip to content

Commit

Permalink
Merge pull request #16 from tough-griff/release
Browse files Browse the repository at this point in the history
Release 1.3.2
  • Loading branch information
tough-griff authored Mar 4, 2021
2 parents 0ab68e8 + dde3a6c commit a0e178a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
10 changes: 3 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rrepl",
"version": "1.3.1",
"version": "1.3.2",
"description": "An improved node REPL with support for configuration.",
"keywords": [
"cli",
Expand All @@ -27,7 +27,7 @@
"start": "node index",
"test": "jest",
"test:cov": "nyc --reporter lcov --reporter text npm test",
"postinstall": "husky install"
"prepare": "husky install"
},
"dependencies": {
"chalk": "^4.1.0",
Expand Down

0 comments on commit a0e178a

Please sign in to comment.