Skip to content

Commit

Permalink
chore: release v0.1.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangweiye committed May 29, 2024
1 parent eec836a commit 3db99ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jiangweiye/eslint-config",
"type": "module",
"version": "0.1.3-beta.3",
"version": "0.1.4-beta.1",
"description": "A eslint config for jiangweiye",
"author": "jiangweiye <[email protected]> (https://github.com/jwyGithub)",
"license": "SEE LICENSE IN LICENSE.md",
Expand All @@ -24,7 +24,9 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./bin/index.js",
"bin": {
"eslint-config": "bin/index.js"
},
"files": [
"bin",
"dist"
Expand Down

0 comments on commit 3db99ac

Please sign in to comment.