This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A bug meant that attempting to use BB.js without including EJS failed,
even though EJS is intended to be an optional component (required only if you wish to do generation)
- Loading branch information
1 parent
46902bb
commit 7e693cc
Showing
3 changed files
with
11 additions
and
8 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
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": "bluebutton", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "BlueButton.js helps developers navigate complex health data with ease.", | ||
"keywords": [ | ||
"bb", | ||
|
@@ -23,14 +23,17 @@ | |
"url": "http://blacktm.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Rob Dodson", | ||
"email": "[email protected]", | ||
"url": "http://robdodson.me" | ||
}, | ||
{ | ||
"name": "Ravi Sankar", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Tyler Hayes", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Dmitry Kachaev", | ||
"url": "http://twitter.com/kachok" | ||
} | ||
], | ||
"main": "build/bluebutton.js", | ||
|