Skip to content

Commit

Permalink
Revert "Revert "unscope package name""
Browse files Browse the repository at this point in the history
This reverts commit f174741.
  • Loading branch information
fsubal committed Jul 24, 2021
1 parent 77f28f0 commit fadca06
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fsubal/eslint-plugin-classnames",
"version": "0.1.0",
"name": "eslint-plugin-classnames",
"version": "0.2.0",
"description": "Warn and formats long classNames usage in JSX",
"keywords": [
"eslint",
Expand All @@ -12,9 +12,6 @@
"scripts": {
"test": "mocha tests --recursive"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com"
},
"dependencies": {},
"devDependencies": {
"@types/eslint": "^7.2.13",
Expand Down

0 comments on commit fadca06

Please sign in to comment.