-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support of optional field recommendationCategory
- Loading branch information
Marco
committed
Jan 3, 2017
1 parent
04a7c00
commit fc3f479
Showing
5 changed files
with
51 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "breinify-api", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "This is a JavaScript library simplifying the usage of the Breinify API", | ||
"authors": [ | ||
"Philipp Meisen <[email protected]>", | ||
|
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": "breinify-api", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "This is a JavaScript library simplifying the usage of the Breinify API", | ||
"authors": [ | ||
"Philipp Meisen <[email protected]>", | ||
|
@@ -17,8 +17,7 @@ | |
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"cdnjs-importer": "^2.0.0-beta", | ||
"grunt": "^0.4.5", | ||
|
@@ -34,6 +33,6 @@ | |
"grunt-sync-json": "^0.4.0", | ||
"jasmine-jquery": "^2.1.1", | ||
"jquery": "2.2.2", | ||
"main-bower-files": "^2.11.1" | ||
"main-bower-files": "^2.13.1" | ||
} | ||
} |
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