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

Properly support the new versioning mechanism #198

Open
webmozart opened this issue Aug 9, 2016 · 0 comments
Open

Properly support the new versioning mechanism #198

webmozart opened this issue Aug 9, 2016 · 0 comments
Assignees
Milestone

Comments

@webmozart
Copy link
Member

In master, the versioning mechanism of the puli.json files was changed from versions to schemas:

Before:

{
   "version": "1.0"
}

After:

{
    "$schema": "http://puli.io/schema/2.0/manager/module"
}

Puli is supposed to transparently support both formats. For some reason, that currently doesn't work however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant