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

Commit

Permalink
Browse files Browse the repository at this point in the history
Add select2 dependency
  • Loading branch information
westonruter committed Jul 11, 2016
1 parent db0babe commit c20f693
Show file tree
Hide file tree
Showing 54 changed files with 7,093 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -13,3 +13,9 @@ composer.lock
# Compiled files
*.min.js
*.min.css

/bower_components/select2/*
!/bower_components/select2/dist
/bower_components/select2/dist/js/*.js
!/bower_components/select2/dist/js/select2.full*
!/bower_components/select2/dist/css/*
7 changes: 7 additions & 0 deletions bower.json
@@ -0,0 +1,7 @@
{
"name": "customize-posts",
"homepage": "https://github.com/xwp/wp-customize-posts",
"dependencies": {
"select2": "~4.0.3"
}
}

0 comments on commit c20f693

Please sign in to comment.