diff --git a/README.md b/README.md index 29c93e7..335a44f 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ document.setEventListener('mousemove', () => { ``` ## What's new +### v1.0.1 + - package.json fixed + ### v1.0.0 (BREAKING CHANGES) - rewrited library in typescript - removed eslint diff --git a/package.json b/package.json index bb6f273..b44aba7 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "cursor-position", "title": "cursor-position", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple module for getting the current mouse position in element or window.", - "main": "lib/index.min.js", + "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib"