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

Remove jspm deps so that the root package.json deps are used. #284

Merged
merged 1 commit into from
Dec 28, 2015

Conversation

timrwood
Copy link
Member

You can write all package properties at the base of the package.json, or if you don't want to change existing properties that you'd like to use specifically for npm, you can write your jspm-specific configuration inside the jspm property of package.json, and jspm will use these options over the root level configuration options.

https://github.com/jspm/registry/wiki/Configuring-Packages-for-jspm#prefixing-configuration

I think we can just drop the jspm.dependencies property and jspm will use the root dependencies configuration.

Addresses #280 and #269.

timrwood added a commit that referenced this pull request Dec 28, 2015
Remove jspm deps so that the root package.json deps are used.
@timrwood timrwood merged commit bfac6f8 into moment:develop Dec 28, 2015
@timrwood timrwood deleted the remove-jspm-deps branch December 28, 2015 16:02
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.

1 participant