Skip to content

Commit

Permalink
Sets version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Dec 30, 2017
1 parent e35c89e commit 65a0c6b
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 3 deletions.
350 changes: 349 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-appversion",
"version": "1.0.1",
"version": "1.1.0",
"description": "Reads the version from your packages.json and saves it in a .ts file you can include within your Angular application.",
"main": "index.js",
"scripts": {
Expand All @@ -16,6 +16,7 @@
"repository": "https://github.com/saitho/ng-appversion",
"dependencies": {
"colors": "^1.1.2",
"git-describe": "^4.0.2"
"git-describe": "^4.0.2",
"yargs": "^10.0.3"
}
}

0 comments on commit 65a0c6b

Please sign in to comment.