Skip to content

Commit

Permalink
feat: turn dev mode off
Browse files Browse the repository at this point in the history
  • Loading branch information
phucbm committed Jul 6, 2023
1 parent 9ce8fa7 commit 06915bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/cursorjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/cursorjs.module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"outputFilename": "cursorjs",
"prettyName": "Cursor.js",
"codeName": "Cursor",
"version": "2.0.0",
"version": "2.0.1",
"description": "Create custom mouse cursor with pure vanilla JS (4kb) and CSS (optional) with no dependency.",
"homepage": "https://github.com/phucbm/cursorjs",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Cursor{
constructor(options){
// config
this.config = {
dev: true, // show console log
dev: false, // show console log

id: uniqueId('css-cursor-'),
speed: .2, // cursor easing speed, the smaller, the slower
Expand Down

0 comments on commit 06915bc

Please sign in to comment.