Skip to content

Commit 273e361

Browse files
committed
Minor fixes, bump version to 0.0.18
1 parent f784ad0 commit 273e361

File tree

6 files changed

+628
-790
lines changed

6 files changed

+628
-790
lines changed

.gitignore

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
*.DS_Store
22
*.log
3-
<<<<<<< HEAD
3+
npm-debug.log
44
tmp/
55
node_modules/
66
components/
7-
=======
8-
tmp
9-
node_modules
10-
components
11-
bower_components
12-
>>>>>>> 543f720e38e2315dcb77297320ee8edff94e12aa
13-
npm-debug.log
7+
bower_components/

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ module.exports = function(grunt) {
136136
"jasmine_node"
137137
]);
138138

139-
};
139+
};

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bluebutton",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "BlueButton.js allows web developers to parse and navigate complex health data with ease.",
55
"main": [
66
"build/bluebutton.js"
@@ -15,4 +15,4 @@
1515
"devDependencies": {
1616
"sample_ccdas": "[email protected]:chb/sample_ccdas.git"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)