fast-ejs-builder 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/build-dev.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-ejs-builder",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Fast-EJS is a simple and fast tool to pre-render EJS templates into static HTML files with clean conventions and flexible data handling.",
5
5
  "keywords": [
6
6
  "tailwind",
package/src/build-dev.js CHANGED
@@ -18,9 +18,9 @@ async function ejsbuild_dev() {
18
18
 
19
19
  nodemon({
20
20
  watch: toWatch.map(_p),
21
- ignore: [],
22
21
  delay: config.build.interval,
23
22
  ext: "*",
23
+ exec: "",
24
24
  });
25
25
 
26
26
  nodemon.on("restart", (files) => {