Skip to content

Commit

Permalink
require correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 18, 2018
1 parent eaeb873 commit 2a75c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/moon-mvl/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require("fs");
const path = require("path");
const Moon = require("moon");
const slash = require("./slash/slash");
const slash = require("./slash/slash.js");

const cssRE = /([@#.="':\w\s\-\[\]()]+)(\s*,|(?:{[\s\n]*(?:[\w\n]+:[\w\s\n(),]+;[\s\n]*)*}))/g;

Expand Down

0 comments on commit 2a75c5d

Please sign in to comment.