Skip to content

Commit

Permalink
use development Moon for MVL compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed May 6, 2019
1 parent 69e6eec commit 099e60f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/moon-mvl/dist/moon-mvl.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function scopeCSS(scope, css) {
});
}

var Moon = require("moon");
var Moon = require("moon/dist/moon.js");

var scriptRE = /((?:.|\n)*?)<script>((?:.|\n)*)<\/script>((?:.|\n)*)/;
var styleRE = /((?:.|\n)*?)<style>((?:.|\n)*)<\/style>((?:.|\n)*)/;
Expand Down
2 changes: 1 addition & 1 deletion packages/moon-mvl/dist/moon-mvl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/moon-mvl/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import slash from "./slash";
import { addClass, scopeCSS } from "./css";

const Moon = require("moon");
const Moon = require("moon/dist/moon.js");

const scriptRE = /((?:.|\n)*?)<script>((?:.|\n)*)<\/script>((?:.|\n)*)/;
const styleRE = /((?:.|\n)*?)<style>((?:.|\n)*)<\/style>((?:.|\n)*)/;
Expand Down

0 comments on commit 099e60f

Please sign in to comment.