Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Update package version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmjacobs committed Sep 4, 2017
1 parent b379a52 commit 672c9a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timetracking",
"version": "1.0.1",
"version": "1.1.0",
"description": "A simple command line app to track your time.",
"keywords": [
"timetracking",
Expand All @@ -26,7 +26,7 @@
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"pack-build": "tsc && npm pack && move ./*.tgz ./build/",
"install-build-dev": "npm run pack-build && npm install ./build/timetracking-1.0.1.tgz -g"
"install-build-dev": "npm run pack-build && npm install ./build/timetracking-1.1.0.tgz -g"
},
"devDependencies": {
"@types/lodash": "^4.14.74",
Expand Down

0 comments on commit 672c9a8

Please sign in to comment.