vladocar / femtoJS

femtoJS - Really small JavaScript (ES6) library for DOM manipulation.

Home Page:https://vladocar.github.io/femtoJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy latest version to NPM?

fritzfr opened this issue · comments

Hey,

Could it be possible, that the version I download from npm is not up to date compared to this repository? Especially the module export part seems to be missing in the file I get from npm:

https://github.com/vladocar/femtoJS/blob/master/src/femtoJS.js#L103

Could you update the version on npm?

Hi, I also have had a problem with downloading from npm.

The problem is that the package.json main:index.js is not pointing to anything @vladocar

I'll create a pull request to fix that ;)