feli 1.0.0 → 1.0.1
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import getport from "get-port";
|
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "feli",
|
|
14
14
|
description: "library for making quickly your mini-server for your front-end only web-app",
|
|
15
|
-
version: "1.0.
|
|
15
|
+
version: "1.0.1",
|
|
16
16
|
private: false,
|
|
17
17
|
repository: {
|
|
18
18
|
type: "git",
|