Skip to content

Commit

Permalink
fix: fix main field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Dec 1, 2022
1 parent 2f8d673 commit 631a9e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"name": "three-dots",
"version": "0.2.3",
"description": "CSS loading animations made with single element",
"main": "dist/three-dots.css",
"main": "./_index.scss",
"files": [
"dist",
"scss",
"less",
"_index.scss"
"less"
],
"homepage": "https://nzbin.github.io/three-dots/",
"repository": {
Expand All @@ -22,10 +21,7 @@
"keywords": [
"three-dots",
"loading-animations",
"single-element-css-spinners",
"sass",
"scss",
"less"
"single-element-css-spinners"
],
"scripts": {
"start": "run-p build watch",
Expand Down Expand Up @@ -54,6 +50,6 @@
"stylelint-scss": "^4.3.0"
},
"engines": {
"node": ">=12"
"node": ">=14"
}
}
1 change: 1 addition & 0 deletions scss/_index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@forward './three-dots.scss';

0 comments on commit 631a9e6

Please sign in to comment.