Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
strongcode9527 committed Jun 17, 2019
1 parent e699b41 commit c3de380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastclick-pro",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "./dist/cjs.js",
"module": "./dist/es.js",
Expand Down
2 changes: 1 addition & 1 deletion utils/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default function utils() {
const isClient= !!window
const isClient= typeof window !== 'undefined'
if(!isClient) {
return {
isClient: false,
Expand Down

0 comments on commit c3de380

Please sign in to comment.