Merge pull request #1 from strugee/npm-start
Declare Lumo as a dependency
This commit is contained in:
commit
4cd7a5fcf5
2 changed files with 6 additions and 2 deletions
|
@ -6,8 +6,8 @@ and post it to Mastodon
|
||||||
### installation
|
### installation
|
||||||
|
|
||||||
1. install [Node.js](https://nodejs.org/en/)
|
1. install [Node.js](https://nodejs.org/en/)
|
||||||
2. install [Lumo](https://github.com/anmonteiro/lumo): `npm install -g lumo-cljs`
|
2. run `npm install` to install Node modules
|
||||||
3. run `npm install` to install Node modules
|
3. run `npm start` to, well, start
|
||||||
|
|
||||||
### usage
|
### usage
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,11 @@
|
||||||
"repository": "https://github.com/yogthos/mastodon-bot",
|
"repository": "https://github.com/yogthos/mastodon-bot",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"lumo-cljs": "^1.8.0",
|
||||||
"mastodon-api": "1.3.0",
|
"mastodon-api": "1.3.0",
|
||||||
"twitter": "1.7.1"
|
"twitter": "1.7.1"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"start": "./mastodon-bot.cljs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue