Skip to content

Commit

Permalink
Update deps, put in w20 org
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Mar 21, 2018
1 parent 05190b6 commit ecfb003
Show file tree
Hide file tree
Showing 4 changed files with 1,560 additions and 1,555 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
sudo: false

language: node_js
node_js:
- "0.12"
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt

node_js: node

install:
- npm install -g grunt-cli
- npm install

script: grunt
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.3.0 (2018-03-21)

* [brk] Switched from Bower to NPM package manager
* [chg] Update W20 to ^2.4.0
* [chg] Update W20 Bootstrap 3 to ^2.3.0

# Version 1.2.3 (2016-12-15)

* [fix] Sets the z-index of the sidebar to match bs3 fixed navbar.
Expand Down
Loading

0 comments on commit ecfb003

Please sign in to comment.