Updated package.json

This commit is contained in:
George Mandis 2021-11-14 19:40:23 -08:00
parent a5ff96e449
commit 415bfb6c73

View File

@ -1,7 +1,7 @@
{ {
"name": "bubo-reader", "name": "bubo-reader-glitch",
"version": "1.0.0", "version": "1.0.1",
"description": "A somewhat dumb but effective feed reader (RSS, JSON & Twitter)", "description": "A Glitch-ready implementation of Bubo Reader",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"build": "node src/index.js > output/index.html", "build": "node src/index.js > output/index.html",