Skip to content

Commit d4bd442

Browse files
committed
fix: fix npm package
1 parent 99902c8 commit d4bd442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-zhlint",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "ESLint plugin for Chinese typographies (中文排版) with zhlint",
55
"keywords": [
66
"eslint",
@@ -11,7 +11,7 @@
1111
"author": "Stackie Jia <[email protected]>",
1212
"main": "lib/index.js",
1313
"files": [
14-
"./lib/**/*.js"
14+
"lib/**/*.js"
1515
],
1616
"scripts": {
1717
"test": "mocha tests --recursive"

0 commit comments

Comments
 (0)