@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grainulation/barn",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Template browser and sprint toolkit for the grainulation ecosystem",
5
5
  "license": "MIT",
6
6
  "author": "grainulation contributors",
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)">&middot;</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>