-
Notifications
You must be signed in to change notification settings - Fork 43
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
0.3.0 #2
base: 0.3.0
Are you sure you want to change the base?
0.3.0 #2
Conversation
The compiled code and typings are included in the npm version. There's no need to publish this to GitHub too (and is actually not recommended). |
got it. it wasn't working right when i ran a fresh trying to make abi work. |
|
need to include compiled module and typings to use with
npm install
(at least in typescript). otherwise when runningtsc
in a project including this module, it can't find what it needs.