feat: Make streams publishable to NPM (#1635)
This commit is contained in:
parent
419d08fe8b
commit
e324cf6b91
1 changed files with 13 additions and 0 deletions
13
stream/package.json
Normal file
13
stream/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "mithril-stream",
|
||||
"version": "1.0.0",
|
||||
"description": "Streaming data, mithril-style",
|
||||
"main": "stream.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"keywords": [ "stream", "reactive", "data" ],
|
||||
"author": "Leo Horie <lhorie@hotmail.com>",
|
||||
"license": "MIT",
|
||||
"repository": "lhorie/mithril.js"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue