Skip to content

Commit

Permalink
Update Basis
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Dec 13, 2016
1 parent 93e4f8c commit efb3e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"font-awesome": "^4.7.0",
"getbasis": "^4.1.1",
"getbasis": "^4.2.0",
"getbasis-layout": "^6.0.1",
"getbasis-margin-between-children": "^1.0.0"
},
Expand Down
6 changes: 1 addition & 5 deletions src/js/app.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
'use strict';

import BasisDrawer from '../packages/getbasis/src/js/drawer.js';
new BasisDrawer();

import BasisNavbar from '../packages/getbasis/src/js/navbar.js';
new BasisNavbar();
import '../packages/getbasis/src/js/basis.js';

import BasisStickyHeader from '../packages/getbasis-layout/src/js/sticky-header.js';
new BasisStickyHeader();
Expand Down

0 comments on commit efb3e14

Please sign in to comment.