Skip to content

Commit

Permalink
🚀 switch back to the npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdorn committed Mar 10, 2021
1 parent 446634d commit 0a63901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@redwebcreation/tailwindcss-no-scrollbar",
"name": "tailwindcss-no-scrollbar",
"version": "1.0.0",
"description": "Exposes a class that hides the browser's default scrollbar using various tricks",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"devDependencies": {
"tailwindcss": "^2.0.3"
},
"author": "Red Web Creation",
"author": "Félix Dorn <[email protected]>",
"bugs": {
"url": "https://github.com/redwebcreation/tailwindcss-no-scrollbar/issues"
},
Expand Down

0 comments on commit 0a63901

Please sign in to comment.