Skip to content

Commit

Permalink
v.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drafteed committed Jun 1, 2022
1 parent 75790eb commit cbb0439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mouse-follower",
"version": "1.1.0",
"version": "1.1.1",
"description": "A powerful javascript library to create amazing and smooth effects for the mouse cursor on your website.",
"license": "MIT",
"source": "./src/index.js",
Expand All @@ -9,8 +9,8 @@
"unpkg": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "microbundle -f esm,cjs,umd --compress false --sourcemap false --generateTypes true --watch",
"build": "microbundle -f esm,cjs,umd --compress false --sourcemap false --generateTypes true && microbundle -f umd -o dist/mouse-follower.min.js --no-pkg-main --generateTypes false && sass src/scss/index.scss dist/mouse-follower.min.css -s compressed",
"dev": "microbundle -f esm,cjs,umd --name MouseFollower --compress false --sourcemap false --generateTypes true --watch",
"build": "microbundle -f esm,cjs,umd --name MouseFollower --compress false --sourcemap false --generateTypes true && microbundle -f umd --name MouseFollower -o dist/mouse-follower.min.js --no-pkg-main --generateTypes false && sass src/scss/index.scss dist/mouse-follower.min.css -s compressed",
"lint": "eslint src/* --no-error-on-unmatched-pattern"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Cuberto Mouse Follower
* https://cuberto.com/
*
* @version 1.1.0
* @version 1.1.1
* @author Cuberto, Artem Dordzhiev (Draft)
*/

Expand Down

0 comments on commit cbb0439

Please sign in to comment.