diff --git a/package.json b/package.json index 853716c..d1c1183 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "three-dots", - "version": "0.3.0", + "version": "0.3.1", "description": "CSS loading animations made with single element", - "main": "./_index.scss", "files": [ "dist", "scss", - "less" + "less", + "_index.scss" ], "homepage": "https://nzbin.github.io/three-dots/", "repository": {