Skip to content

Commit

Permalink
Fixed #17 prepared package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kg committed Jul 4, 2021
1 parent 707375b commit 0864a74
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "pipeline-editor-s5",
"version": "v0.0.1",
"description": "Visaul web-editor for a pipelines",
"main": "html/render-pipeline.js",
"repository": {
"type": "git",
"url": "https://github.com/sea-kg/pipeline-editor-s5.git"
},
"keywords": [
"pipeline",
"editor",
"library"
],
"bugs": {
"url": "https://github.com/sea-kg/pipeline-editor-s5/issues"
},
"author": "Evgenii Sopov",
"license": "MIT",
"licenses": [{
"type": "MIT",
"url": "https://github.com/sea-kg/pipeline-editor-s5/blob/master/LICENSE"
}]
}
4 changes: 4 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

npm login
npm publish

0 comments on commit 0864a74

Please sign in to comment.