Skip to content
This repository was archived by the owner on Aug 3, 2020. It is now read-only.

Commit 8672257

Browse files
committed
fix export
1 parent dd1bfba commit 8672257

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"name": "tailwindcss-spinner",
33
"version": "0.1.0",
44
"description": "Spinner utility for Tailwind CSS",
5-
"main": "index.js",
5+
"main": "lib/index.js",
66
"repository": "git@github.com:aniftyco/tailwindcss-spinner.git",
77
"author": "Josh Manders <josh@joshmanders.com>",
88
"license": "MIT",
99
"files": [
10-
"lib/",
11-
"index.js"
10+
"lib/"
1211
],
1312
"keywords": [
1413
"tailwindcss",

0 commit comments

Comments
 (0)