Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Aug 9, 2019
1 parent f706554 commit b984eef
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"name": "update-by-scope",
"version": "1.0.4",
"version": "1.1.0",
"main": "index.js",
"bin": "bin.js",
"bin": "./cli/bin.js",
"repository": "https://github.com/beshanoe/update-by-scope.git",
"author": "Maxim valenko <[email protected]>",
"license": "MIT"
"license": "MIT",
"scripts": {
"build": "webpack",
"test": "jest"
},
"devDependencies": {
"args": "^5.0.1",
"has-yarn": "^2.1.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"files": [
"cli"
]
}

0 comments on commit b984eef

Please sign in to comment.