-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from paulsjv/master
Get latest changes from paulsjv.
- Loading branch information
Showing
25 changed files
with
361 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ node_modules/**/* | |
nodejs/server.js | ||
.DS_Store | ||
bower_components/ | ||
.idea/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "leansheets", | ||
"version": "0.0.7", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/paulsjv/leansheets", | ||
"authors": [ | ||
"Jay Paulson <[email protected]>" | ||
|
@@ -11,7 +11,7 @@ | |
"kanban", | ||
"lean" | ||
], | ||
"license": "MIT", | ||
"license": "CC-BY-NC-ND-3.0", | ||
"private": true, | ||
"ignore": [ | ||
"node_modules", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
{ | ||
"name": "Leansheets", | ||
"description": "A tool to trak team performance.", | ||
"version": "0.0.7", | ||
"author": "Jay Paulson", | ||
"version": "0.1.1", | ||
"author": "Jay Paulson [email protected]", | ||
"homepage": "http://www.leansheets.org", | ||
"license": "CC-BY-NC-ND-3.0", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
|
@@ -12,7 +14,7 @@ | |
"url": "https://github.com/paulsjv/leansheets.git" | ||
}, | ||
"bugs": { | ||
"url": "ihttps://github.com/paulsjv/leansheets/issues" | ||
"url": "https://github.com/paulsjv/leansheets/issues" | ||
}, | ||
"devDependencies": { | ||
"bower": "^1.3.12", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.