Skip to content

Commit

Permalink
Update readme and licence
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Aug 13, 2022
1 parent 2ac8112 commit c437391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Phil Plückthun
Copyright (c) 2018–2022 0no.co

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and TypeScript",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
"version": "6.0.0",
"author": "Phil Pluckthun <phil@kitten.sh>",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",
"module": "./dist/wonka.mjs",
Expand All @@ -27,6 +27,8 @@
],
"keywords": [
"wonka",
"typescript",
"events",
"callbag",
"callback",
"observable",
Expand All @@ -42,7 +44,6 @@
"prepublishOnly": "run-s clean build check test"
},
"repository": "https://github.com/0no-co/wonka",
"homepage": "https://wonka.kitten.sh",
"bugs": {
"url": "https://github.com/0no-co/wonka/issues"
},
Expand Down

0 comments on commit c437391

Please sign in to comment.