Commit Graph

20 Commits (4f21e40f739055dee4e483455646ea4ae39c3341)

Author SHA1 Message Date
Arnout Engelen 4f21e40f73
Publish the target directory without creating our own tarball
This way 'npm publish' works and the package correctly has the
resources in a '/package' directory inside the tarball.

Tested by publishing locally, indeed the README is now correctly
shown at https://www.npmjs.com/package/mastodon-bot/v/1.0.1-test-raboof-3

Will release 1.0.2 from master after merging
4 years ago
dmitri.sotnikov@gmail.com 5f23a98920 bumped up package.json version 4 years ago
jem 57376d2e15 increase version for improved release publishing ci 4 years ago
dmitri.sotnikov@gmail.com 27c99a7d55 bumped up version for release 4 years ago
jem b231fc5209 works :-) 4 years ago
jem 09046c0dee next try to publish 4 years ago
jem 49fe78dc06 prepare for publishing on npm 4 years ago
jem ceaf1a2034 maybe files have also to be adjusted in package.json? 4 years ago
jem 64cea0fea7 fix package.json 4 years ago
Arnout Engelen 9c80c4cab0
Release 0.0.2 4 years ago
Arnout Engelen 7f992e9d73
Add filters so 'npm pack' and publish contains just enough 4 years ago
Arnout Engelen 043f1e0fd3 Remove separate main.cljs, install to PATH
https://docs.npmjs.com/files/package.json#bin
4 years ago
dmitri.sotnikov@gmail.com 820cd2be82 added shadow-cljs compilation to generate a js artifact 4 years ago
Arnout Engelen ea7c057c11 Add a unit test
Splitting up the project in core/main/test
4 years ago
dmitri.sotnikov@gmail.com d79b9fa5c3 bumped up dependencies 5 years ago
Dmitri Sotnikov 8c004bd876 switched to use request module instead of curl to resolve urls 6 years ago
dmitri.sotnikov@gmail.com 1f411891a8 added RSS support 6 years ago
dmitri.sotnikov@gmail.com f67f55c858 added tumblr support 6 years ago
AJ Jordan 8bf710dd61
Declare Lumo as a dependency
This means that we always have the right version, regardless of what's
in the global environment. Note that npm scripts (including `npm
start`) automatically prepend `./node_modules/.bin` to $PATH, which is
how this works.

See also http://module.party
6 years ago
dmitri.sotnikov@gmail.com 75b679a533 initial commit 6 years ago