-
Notifications
You must be signed in to change notification settings - Fork 22
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
Question about publishing #13
Comments
I am wondering the same thing. I'm not sure how to generate the actual library files and package them |
+1 |
Hi @dions00 @gabwh @stratus1011 sorry for late response; you don't need to use Repo was just updated to use new |
There's a couple other things I want to add to make this a bit nicer, please refer to this issue: /cc @shlomiassaf thanks for tips there - will look at your resources - if you get a chance or have any interest in submitting a PR to add support for UMD bundling would be greatly appreciated. |
I'm trying to test the publish of a library. When I use 'npm pack', the ng2-your-library-0.0.0.tgz file doesn't contain any javascript or d.ts files
Can you explain to me what I should put inside the package.json? I tried:
...
"main": "ng2-your-library",
"typings": "index.d.ts",
...
What are the files the tgz file will have, the contain of the dist folder?
Thanks,
Stephane
The text was updated successfully, but these errors were encountered: