Merge pull request #40 from raboof/publish
Add filters so 'npm pack' and publish contains just enough
This commit is contained in:
commit
56e79a1e8c
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadow-cljs": "^2.8.37"
|
"shadow-cljs": "^2.8.37"
|
||||||
},
|
},
|
||||||
|
"directories": {
|
||||||
|
"lib": "."
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"mastodon_bot/*"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./mastodon_bot/core.cljs",
|
"start": "./mastodon_bot/core.cljs",
|
||||||
"test": "MASTODON_BOT_CONFIG=test.edn ./mastodon_bot/core_test.cljs"
|
"test": "MASTODON_BOT_CONFIG=test.edn ./mastodon_bot/core_test.cljs"
|
||||||
|
|
Reference in a new issue