altjs / utils

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

refactoring old references with new alt version #10

Open darul75 opened 8 years ago

darul75 commented 8 years ago

hi @goatslacker,

migrating to your last version, did you move utils all here now ? :)

I am now using it this way

import DispatcherRecorder from 'alt-utils/lib/DispatcherRecorder';

index.js provided in package.json does not exist, is it possible to get something like

import {DispatcherRecorder} from 'alt-utils';