Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

chore(commonjs): Add support for commonjs and npm#378

Open
kevinboosten wants to merge 1 commit intodotansimha:masterfrom
kevinboosten:commonjs
Open

chore(commonjs): Add support for commonjs and npm#378
kevinboosten wants to merge 1 commit intodotansimha:masterfrom
kevinboosten:commonjs

Conversation

@kevinboosten
Copy link

Added angularjs-dropdown-multiselect to module exports so that after installing via npm, the package can be required in the angular module dependency list such as:

angular.module('myApp', [require('angularjs-dropdown-multiselect')]);

This is helpful for Browserify and Webpack.

Added angularjs-dropdown-multiselect to module exports so that after installing via npm, the package can be required in the angular module dependency list such as:

angular.module('myApp', [require('angularjs-dropdown-multiselect')]);

This is helpful for Browserify and Webpack.
@gpsimmo
Copy link

gpsimmo commented Nov 17, 2017

Is there any update on whether this can be merged. Bower installations are really deprecating.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants