@grainulation/barn 1.1.0 → 1.1.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/bin/barn.js +1 -2
- package/package.json +1 -1
- package/public/index.html +0 -2
package/bin/barn.js
CHANGED
|
@@ -82,8 +82,7 @@ Options:
|
|
|
82
82
|
--version, -v Print version and exit
|
|
83
83
|
--verbose Enable verbose logging to stderr
|
|
84
84
|
|
|
85
|
-
Zero npm dependencies. Node built-in only
|
|
86
|
-
https://github.com/grainulation/barn`);
|
|
85
|
+
Zero npm dependencies. Node built-in only.`);
|
|
87
86
|
process.exit(0);
|
|
88
87
|
}
|
|
89
88
|
|
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -170,8 +170,6 @@ body {
|
|
|
170
170
|
<a href="http://localhost:9095">silo</a>
|
|
171
171
|
<a href="http://localhost:9090">farmer</a>
|
|
172
172
|
<a href="http://localhost:9096">harvest</a>
|
|
173
|
-
<span style="color:var(--border)">·</span>
|
|
174
|
-
<a href="https://github.com/grainulation/barn" target="_blank" rel="noopener noreferrer">github</a>
|
|
175
173
|
</div>
|
|
176
174
|
</footer>
|
|
177
175
|
</div>
|