Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit 063b24f

Browse files
greenkeeper[bot]goto-bus-stop
authored andcommitted
Update sistyl to the latest version πŸš€ (#107)
* fix(package): update sistyl to version 2.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile * update sistyl usage.
1 parent cc9a0ca commit 063b24f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Žpackage-lock.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"onecolor": "^3.0.4",
2222
"plug-modules": "^5.2.0",
2323
"semver-compare": "^1.0.0",
24-
"sistyl": "^1.0.0",
24+
"sistyl": "^2.0.0",
2525
"underscore": "^1.6.0",
2626
"yo-yoify": "^4.0.0"
2727
},

β€Žsrc/util/Style.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import $ from 'jquery';
22
import _ from 'underscore';
3-
import { Sistyl } from 'sistyl';
3+
import sistyl from 'sistyl';
44
import Class from 'plug/core/Class';
55
import popoutView from 'plug/views/rooms/popout/PopoutView';
66

77
// hack to get plug.dj-like Class inheritance on a not-plug.dj-like Class
88
const Style = Class.extend({
99
init(defaults) {
10-
this.sistyl = new Sistyl(defaults);
10+
this.sistyl = sistyl(defaults);
1111
this.timeout = null;
1212
this.rawStyles = [];
1313

0 commit comments

Comments
Β (0)