Skip to content

Commit

Permalink
build(npm): initialise npm
Browse files Browse the repository at this point in the history
  • Loading branch information
msanguineti committed Apr 8, 2019
1 parent 14195c1 commit e8a770b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"licenser.author": "Mirco Sanguineti",
"licenser.license": "MIT"
}
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "git-oneflow",
"version": "0.1.0",
"description": "CLI tooling implementing GIT OneFlow branching model",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msanguineti/git-oneflow.git"
},
"keywords": [
"git",
"oneflow",
"branching",
"model",
"Adam",
"Ruka"
],
"author": "Mirco Sanguineti",
"license": "MIT",
"bugs": {
"url": "https://github.com/msanguineti/git-oneflow/issues"
},
"homepage": "https://github.com/msanguineti/git-oneflow#readme"
}

0 comments on commit e8a770b

Please sign in to comment.