Skip to content

Commit

Permalink
npm package name change to avoid collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-vladov committed May 22, 2018
1 parent 81aa09f commit 5ff059c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ $.fn.select2.defaults.set( "theme", "bootstrap" );

#### Changelog

##### 0.2.0-beta.2
* package.json documentation url updates
* correct `styles` path in package.json

##### 0.2.0-beta.1
* _Forked from Bootsrap 3 theme._
* Switched to Bootstrap 4. All styles updated to work with Bootstrap 4 instead of 3.
Expand Down
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
"sass",
"less"
],
"homepage": "https://select2.github.io/select2-bootstrap-theme",
"homepage": "https://angel-vladov.github.io/select2-bootstrap-theme",
"main": [
"src/select2-bootstrap.scss",
"src/select2-bootstrap.less"
"src/select2-bootstrap.scss"
],
"license": "MIT",
"ignore": [
Expand All @@ -25,6 +24,6 @@
},
"repository": {
"type": "git",
"url": "git@github.com:select2/select2-bootstrap-theme.git"
"url": "git@github.com:angel-vladov/select2-bootstrap-theme.git"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "select2-theme-bootstrap4",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "A theme for Select2 v4 and Bootstrap 4.",
"main": "",
"style": "select2-bootstrap.css",
"homepage": "https://select2.github.io/select2-bootstrap-theme",
"style": "dist/select2-bootstrap.css",
"homepage": "https://angel-vladov.github.io/select2-bootstrap-theme",
"directories": {
"doc": "docs"
},
Expand All @@ -13,10 +13,10 @@
},
"repository": {
"type": "git",
"url": "git://github.com/select2/select2-bootstrap-theme.git"
"url": "git@github.com:angel-vladov/select2-bootstrap-theme.git"
},
"bugs": {
"url": "https://github.com/select2/select2-bootstrap-theme/issues"
"url": "https://github.com/angel-vladov/select2-bootstrap-theme/issues"
},
"keywords": [
"bootstrap",
Expand Down

0 comments on commit 5ff059c

Please sign in to comment.