Skip to content

Commit

Permalink
Add full version of Select2 for nate-strauser#34
Browse files Browse the repository at this point in the history
  • Loading branch information
openp2pdesign committed Mar 28, 2018
1 parent 72c2c64 commit b85cf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package.on_use(function(api) {
api.use("jquery", "client");

api.add_files([
"lib/select2/dist/js/select2.js"
"lib/select2/dist/js/select2.full.min.js"
], "client", { bare: true });

api.add_files([
Expand Down

0 comments on commit b85cf14

Please sign in to comment.