Skip to content

Commit

Permalink
use bower for blue-button-xml, increment version, bower.json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsin Ustundag committed Nov 20, 2014
1 parent 18442bb commit 51cb612
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -103,7 +103,8 @@ module.exports = function (grunt) {
options: {
debug: true,
alias: ["./index.js:blue-button"],
ignore: ["blue-button-generate", 'blue-button-cms']
ignore: ["blue-button-generate", 'blue-button-cms'],
external: ['blue-button-xml']
},
dev: {
src: 'index.js',
Expand Down
9 changes: 6 additions & 3 deletions bower.json
@@ -1,10 +1,13 @@
{
"name": "bbxml",
"version": "1.3.0-beta.1",
"name": "blue-button",
"version": "1.3.0-beta.11",
"license": "Apache-2.0",
"ignore": ["**/*", "!dist/*", "!bower.json", "!package.json", "!LICENSE"],
"dependencies": {
"blue-button-xml": "*",
"angular": "*",
"angular-route": "*"
"angular-route": "*",
"blue-button-xml": "*"
},
"devDependencies": {
"angular-mocks": "*"
Expand Down
1 change: 1 addition & 0 deletions karma.conf.js
Expand Up @@ -14,6 +14,7 @@ module.exports = function (config) {
'angulartest/app/lib/angular/angular.js',
'angulartest/app/lib/angular-route/angular-route.js',
'angulartest/app/lib/angular-mocks/angular-mocks.js',
'angulartest/app/lib/blue-button-xml/dist/blue-button-xml.js',
'angulartest/app/lib/dist/blue-button.js',
'angulartest/app/scripts/app.js',
'angulartest/app/scripts/**/*.js',
Expand Down
8 changes: 1 addition & 7 deletions package.json
@@ -1,14 +1,8 @@
{
"name": "blue-button",
"version": "1.3.0-beta.10",
"version": "1.3.0-beta.11",
"description": "Blue Button (CCDA) to JSON Parser.",
"main": "/index.js",
"browser": {
"./node_modules/blue-button-xml/lib/xml.js": "./node_modules/blue-button-xml/browser/lib/xml.js"
},
"browserify": {
"transform": ["brfs"]
},
"directories": {
"doc": "doc",
"lib": "lib"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/generated/CCD_1.xml.json
Expand Up @@ -1960,7 +1960,7 @@
]
},
"meta": {
"version": "1.3.0-beta.10",
"version": "1.3.0-beta.11",
"identifiers": [
{
"identifier": "2.16.840.1.113883.19.5.99999.1",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/generated/SampleCCDDocument.json
Expand Up @@ -519,7 +519,7 @@
]
},
"meta": {
"version": "1.3.0-beta.10",
"version": "1.3.0-beta.11",
"identifiers": [
{
"identifier": "db734647-fc99-424c-a864-7e3cda82e703"
Expand Down
Expand Up @@ -1048,7 +1048,7 @@
]
},
"meta": {
"version": "1.3.0-beta.10",
"version": "1.3.0-beta.11",
"identifiers": [
{
"identifier": "2.16.840.1.113883.4.349",
Expand Down

0 comments on commit 51cb612

Please sign in to comment.