Skip to content

Commit

Permalink
sdk/node: add description and version and rename 'prepublish' to 'pre…
Browse files Browse the repository at this point in the history
…pare'
  • Loading branch information
lithdew committed Jun 16, 2020
1 parent d62659b commit 5795199
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "flatend",
"description": "Production-ready mesh networks of microservices using just a few lines of code.",
"author": "Kenta Iwasaki",
"license": "MIT",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "yarn tsc",
"prepare": "yarn tsc",
"start": "rm -rf dist && yarn tsc && node dist/index.js"
},
"dependencies": {
Expand Down

0 comments on commit 5795199

Please sign in to comment.