@wildebeest/boxlayout-standard
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -7,2 +7,3 @@ "use strict"; | ||
var scroll_standard_1 = require("@wildebeest/scroll-standard"); | ||
var scroll_1 = require("@wildebeest/scroll"); | ||
var BoxLayoutStandardModule = (function () { | ||
@@ -12,3 +13,3 @@ function BoxLayoutStandardModule() { | ||
BoxLayoutStandardModule.prototype.getDependencies = function () { | ||
return [boxlayout_1.BoxLayoutModule, scroll_standard_1.ScrollStandardModule]; | ||
return [boxlayout_1.BoxLayoutModule, scroll_standard_1.ScrollStandardModule, scroll_1.ScrollModule]; | ||
}; | ||
@@ -15,0 +16,0 @@ BoxLayoutStandardModule.prototype.register = function (container) { |
{ | ||
"name": "@wildebeest/boxlayout-standard", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Boxlayout with standardized css classes selectors and attributes", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,2 +7,3 @@ import { Module } from '@wildebeest/js-modules'; | ||
import { ScrollStandardModule } from '@wildebeest/scroll-standard'; | ||
import { ScrollModule } from '@wildebeest/scroll'; | ||
@@ -13,3 +14,3 @@ export class BoxLayoutStandardModule implements Module | ||
{ | ||
return [BoxLayoutModule, ScrollStandardModule] | ||
return [BoxLayoutModule, ScrollStandardModule, ScrollModule] | ||
} | ||
@@ -16,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
17199
236