Skip to content

Commit 0a63901

Browse files
committed
🚀 switch back to the npm registry
1 parent 446634d commit 0a63901

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@redwebcreation/tailwindcss-no-scrollbar",
2+
"name": "tailwindcss-no-scrollbar",
33
"version": "1.0.0",
44
"description": "Exposes a class that hides the browser's default scrollbar using various tricks",
55
"main": "index.js",
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"tailwindcss": "^2.0.3"
1515
},
16-
"author": "Red Web Creation",
16+
"author": "Félix Dorn <github@felixdorn.fr>",
1717
"bugs": {
1818
"url": "https://github.com/redwebcreation/tailwindcss-no-scrollbar/issues"
1919
},

0 commit comments

Comments
 (0)