Merge pull request #40 from raboof/publish

Add filters so 'npm pack' and publish contains just enough
This commit is contained in:
Dmitri Sotnikov 2020-04-14 09:51:59 -04:00 committed by GitHub
commit 56e79a1e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,12 @@
"devDependencies": {
"shadow-cljs": "^2.8.37"
},
"directories": {
"lib": "."
},
"files": [
"mastodon_bot/*"
],
"scripts": {
"start": "./mastodon_bot/core.cljs",
"test": "MASTODON_BOT_CONFIG=test.edn ./mastodon_bot/core_test.cljs"