Skip to content
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

package.json: make "main" a single js file #6

Merged
merged 1 commit into from
Feb 23, 2015

Conversation

isaacs
Copy link
Contributor

@isaacs isaacs commented Feb 23, 2015

In package.json, the "main" field should be just the JavaScript entry point.

Please note that you'll need to bump the version number in order to publish the change to npm. To do this, you can run the following commands:

npm version patch
npm publish
git push origin master

This will bump the version to 1.0.3, tag the release, push to github, and publish to npm. (If you aren't logged into npm, you may also have to run npm adduser. If you've lost your password, you can reset it at http://npm.im/forgot)

Thanks!

In package.json, the "main" field should be just the JavaScript entry point.
@isaacs
Copy link
Contributor Author

isaacs commented Feb 23, 2015

Fixes #5

object505 pushed a commit that referenced this pull request Feb 23, 2015
package.json: make "main" a single js file
@object505 object505 merged commit 8cdbc87 into object505:master Feb 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants