Skip to content

Commit 148cb1b

Browse files
committed
[chore] update npm version
1 parent 70b05e8 commit 148cb1b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
---
2-
layout: default
3-
title: eslint-plugin-export-restrict
4-
description: This package `eslint-plugin-export-restrict` is a custom plugin using ESLint for controlling export declarations from files. It will be help to manage export declarations for private functions, classes, and variables in source code to manage developing.
5-
keywords: eslint-plugin, eslint-plugin-export, eslint-plugin-export-restrict, eslint-no-export, eslint-export-restrict
6-
---
7-
81
# [eslint-plugin-export-restrict](https://github.com/tsukuha/eslint-plugin-export-restrict)
92

103
## About

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-export-restrict",
3-
"version": "0.3.0-beta",
3+
"version": "0.3.1-beta",
44
"description": "ESLint Plugin For Restricted Export",
55
"type": "module",
66
"packageManager": "[email protected]",
@@ -42,7 +42,8 @@
4242
"keywords": [
4343
"eslint",
4444
"eslint-plugin",
45-
"eslint-plugin-export-restrict"
45+
"eslint-plugin-export-restrict",
46+
"export-restrict"
4647
],
4748
"author": "tsukuha(karacoro / からころ) <[email protected]>",
4849
"license": "MIT",

0 commit comments

Comments
 (0)