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

Needs to lock version of base12-server #17

Closed
hunterloftis opened this issue Mar 7, 2012 · 1 comment
Closed

Needs to lock version of base12-server #17

hunterloftis opened this issue Mar 7, 2012 · 1 comment
Labels

Comments

@hunterloftis
Copy link
Contributor

In package.json, the version of base12 should be locked:

"base12":"0.2.0" <-- or whatever

...so that it expects the same directory structure and API that the cloned template is using. Otherwise, you can clone a project with "base12":"latest" and a breaking change in a new version of base12 can screw up the project on npm install.

@hunterloftis
Copy link
Contributor Author

Fixed by ea28957

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

No branches or pull requests

1 participant