Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM version 0.0.8 not up to date #44

Closed
rdarcy1 opened this issue Feb 19, 2019 · 3 comments
Closed

NPM version 0.0.8 not up to date #44

rdarcy1 opened this issue Feb 19, 2019 · 3 comments

Comments

@rdarcy1
Copy link

rdarcy1 commented Feb 19, 2019

The NPM package version 0.0.8 does not appear to be up to date with the source tagged as 0.0.8 on GitHub.

I noticed that the wheelControl property defaults to true whereas it was set to false in the latest version. Not sure if there are any other differences.

See https://unpkg.com/hooper@0.0.8/dist/hooper.js

@Mucaccino
Copy link
Contributor

Hi,

To confirm that issue, here the same, the package is 0.0.8 but the dist sources being 0.0.7 without new changes, like referenced by @rdarcy1 upside.

image

package.json:

{
  ...
  "unpkg": "dist/hooper.js",
  "version": "0.0.8"
}

dist/hoper.js:

Version:

/**
  * Hopper 0.0.7
  * (c) 2019
  * @license MIT
  */

WhelControl default keep true instead new false:

 // toggle mouse wheel sliding
 wheelControl: {
   default: true,
   type: Boolean
 },

Hugs,

@ismail9k
Copy link
Contributor

This should be fixed in the new version 0.0.9

@rdarcy1
Copy link
Author

rdarcy1 commented Feb 20, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants