Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Apr 1, 2024
1 parent d351bfa commit 0af5ed0
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "@jswork/next-nl2br",
"version": "1.0.1",
"version": "1.0.2",
"description": "Replace \n with <br /> in JavaScript.",
"homepage": "https://js.work",
"files": ["dist", "index.d.ts"],
"files": [
"dist",
"index.d.ts"
],
"author": {
"name": "afei",
"email": "1290657123@qq.com"
Expand Down Expand Up @@ -37,14 +40,23 @@
"uglify-save-license": "^0.4.1"
},
"babel": {
"presets": [["@babel/preset-env"]]
"presets": [
[
"@babel/preset-env"
]
]
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"lint-staged": {
"src/**/*.{js,jsx}": ["npm run pretty"]
"src/**/*.{js,jsx}": [
"npm run pretty"
]
},
"keywords": ["nl2br", "next"]
"keywords": [
"nl2br",
"next"
]
}

0 comments on commit 0af5ed0

Please sign in to comment.