Skip to content

Commit cdf7490

Browse files
committed
Merge pull request blue-button#53 from robdodson/main-fix
Main fix
2 parents a221b68 + 8ac4b2f commit cdf7490

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spec
2+
src
3+
Gruntfile.js

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bluebutton",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "BlueButton.js allows web developers to parse and navigate complex health data with ease.",
55
"main": [
66
"build/bluebutton.js"

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bluebutton",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "BlueButton.js allows web developers to parse and navigate complex health data with ease.",
55
"keywords": [
66
"bb",
@@ -21,9 +21,7 @@
2121
"url": "http://robdodson.me"
2222
}
2323
],
24-
"main": [
25-
"build/bluebutton.js"
26-
],
24+
"main": "build/bluebutton.js",
2725
"repository": {
2826
"type": "git",
2927
"url": "git://github.com/blue-button/bluebutton.js.git"

0 commit comments

Comments
 (0)