This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Please publish AngularJS as an NPM module #2877
Closed
Description
It just takes a few minutes to publish an npm module of the existing AngularJS project, but it would accomplish the following:
- Enable deployment from the standard infrastructure being used for both server and client Javascript code
- Enable browserify users like me to package up client side libraries I fetch with npm (though in production, I reference a copy on the CDN)
- Find new Angular releases using npm outdated.
- Jump ahead of jQuery, which is in the process of taking over the npm management of their library: Publish the updates to NPM & Setup Travis HorseAJ86/node-jquery#56
The npm name angularjs remains available. I recommend mapping it to git://github.com/angular/angular.js.git#v1.0.x and perhaps also creating an angularjs-unstable which pulls from master.
Thanks!