Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Apr 1, 2024
1 parent 48aa05c commit 31b1544
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next-nl2br",
"version": "1.0.0",
"version": "1.0.1",
"description": "Replace \n with <br /> in JavaScript.",
"homepage": "https://js.work",
"files": [
Expand Down Expand Up @@ -53,5 +53,9 @@
"src/**/*.{js,jsx}": [
"npm run pretty"
]
}
},
"keywords": [
"nl2br",
"next"
]
}

0 comments on commit 31b1544

Please sign in to comment.