Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Add version to package.json #9057

Closed
wants to merge 1 commit into from
Closed

Add version to package.json #9057

wants to merge 1 commit into from

Conversation

tanx
Copy link

@tanx tanx commented Sep 12, 2014

Npm install fails because the 1.2.x branch does not have a version field in the package.json anymore.

@IgorMinar
Copy link
Contributor

the package.json is meant primarily for installing angular's dependencies and not for installing angular via npm.

we currently don't officially publish angular into npm and adding version number to the git repo is meaning less because when we release we pick a sha in the master (not necessarily the latest commit) and call it to be version x.y.z, so only after a commit is merged we decide what version it will be.

better way to solve this is to add npm to our release process. See #2877

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

Successfully merging this pull request may close these issues.

2 participants