webanvil 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.
@@ -1 +1 @@
1
- {"version":3,"file":"serve.d.ts","sourceRoot":"","sources":["serve.ts"],"names":[],"mappings":"AAEA,OAAO,aAAa,8BAA4B;AAIhD,wBAA8B,KAAK,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAgCjF"}
1
+ {"version":3,"file":"serve.d.ts","sourceRoot":"","sources":["serve.ts"],"names":[],"mappings":"AAEA,OAAO,aAAa,8BAA4B;AAIhD,wBAA8B,KAAK,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAiCjF"}
@@ -30,6 +30,7 @@ async function serve(configuration) {
30
30
  [configuration.base]: configuration.directories.output.full
31
31
  }
32
32
  },
33
+ startPath: configuration.base,
33
34
  open: false
34
35
  });
35
36
  return new Promise(() => void 0);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "webanvil",
3
3
  "description": "A zero configuration static site generator that just works.",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
7
7
  "bin": {
@@ -20,7 +20,6 @@
20
20
  "browser-sync": "^3.0.3",
21
21
  "gray-matter": "^4.0.3",
22
22
  "minimist": "^1.2.8",
23
- "outlinecss": "^0.0.3",
24
23
  "rollup": "^4.34.6"
25
24
  },
26
25
  "devDependencies": {
@@ -33,7 +32,8 @@
33
32
  "tslib": "^2.6.3",
34
33
  "typescript": "^5.5.4",
35
34
  "typescript-transform-paths": "^3.4.11",
36
- "webanvil": "^0.0.1"
35
+ "webanvil": ".",
36
+ "outlinecss": "^0.0.5"
37
37
  },
38
38
  "author": "Mateusz Pietrzak",
39
39
  "license": "MIT",