Skip to content

Commit

Permalink
Fix popper js error (#112)
Browse files Browse the repository at this point in the history
* Fix popper js error

* Bump version

* fix travis error
  • Loading branch information
ryvasquez authored Jan 25, 2018
1 parent 582bbcf commit e203be3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
- bower_components
- node_modules
node_js:
- 4.4.3
- 4.7.0
install: "./setup.sh"
script: npm run build
after_success: "./deploy.sh"
Expand Down
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "gengo-style-guide",
"version": "0.1.5",
"version": "0.1.6",
"description": "Gengo style guide",
"dependencies": {
"bootstrap-sass-official": "~3.3.6",
"bootstrap-multiselect": "~0.9.13",
"x-editable": "~1.5.1",
"typeahead.js": "~0.10.5",
"select2": "~3.5.1",
"moment": "~2.8.2"
"moment": "~2.8.2",
"bootstrap": "~3.3.7"
},
"devDependencies": {
"bootstrap-docs": "https://github.com/twbs/bootstrap.git#gh-pages"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gengo",
"version": "0.1.5",
"version": "0.1.6",
"description": "Gengo style guide",
"homepage": "https://github.com/gengo/style-guide",
"author": "Gengo, Inc.",
Expand Down

0 comments on commit e203be3

Please sign in to comment.