From fc23c2fc56f9bf01b32e7b558cda99c81623531e Mon Sep 17 00:00:00 2001 From: mhalfmann Date: Fri, 5 Apr 2019 10:49:16 +0200 Subject: [PATCH] fixed path in stylus.js --- lib/stylus/stylus.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stylus/stylus.js b/lib/stylus/stylus.js index a267416..dbbbbe0 100644 --- a/lib/stylus/stylus.js +++ b/lib/stylus/stylus.js @@ -1,5 +1,5 @@ -import Events from '../../node_modules/iwmlib/lib/events.js' -import { Angle } from '../../node_modules/iwmlib/lib/utils.js' +import Events from '../events.js' +import { Angle } from '../utils.js' class StylusCommand extends Object {