Skip to content

Commit 06915bc

Browse files
committed
feat: turn dev mode off
1 parent 9ce8fa7 commit 06915bc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/cursorjs.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cursorjs.module.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"outputFilename": "cursorjs",
44
"prettyName": "Cursor.js",
55
"codeName": "Cursor",
6-
"version": "2.0.0",
6+
"version": "2.0.1",
77
"description": "Create custom mouse cursor with pure vanilla JS (4kb) and CSS (optional) with no dependency.",
88
"homepage": "https://github.com/phucbm/cursorjs",
99
"repository": {

src/_index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Cursor{
66
constructor(options){
77
// config
88
this.config = {
9-
dev: true, // show console log
9+
dev: false, // show console log
1010

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

0 commit comments

Comments
 (0)