altjs / utils

A collection of utils for alt.js
37 stars 25 forks source link

`index.js` is missing from distribution version? #7

Closed bebraw closed 8 years ago

bebraw commented 8 years ago

package.json seems to point at index.js at the package root using "main": "index.js",. This breaks the package for me at least as it's looking for a non-existent entry point.

goatslacker commented 8 years ago

This is on purpose. Is it preventing you from doing import AltManager from 'alt-utils/lib/AltManager';?

bebraw commented 8 years ago

Nope. This will work just fine.

The interface is just a little different than what I'm used to. :+1: