Skip to content

Commit

Permalink
RHMAP-7826 Use new development version of fh-db
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Aug 9, 2016
1 parent 4357bb8 commit 44f48e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "fh-mbaas-api",
"version": "5.13.5",
"version": "5.13.6",
"description": "FeedHenry MBAAS Cloud APIs",
"main": "lib/api.js",
"dependencies": {
"async": "0.2.9",
"colors": "0.6.2",
"cycle": "1.0.3",
"eyes": "0.1.8",
"fh-db": "1.1.0",
"fh-db": "1.1.1-114",
"fh-mbaas-client": "0.15.0",
"fh-mbaas-express": "5.6.1",
"fh-security": "0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=fh-mbaas-api
sonar.projectName=fh-mbaas-api-nightly-master
sonar.projectVersion=5.13.5
sonar.projectVersion=5.13.6

sonar.sources=./lib
sonar.tests=./test
Expand Down

0 comments on commit 44f48e2

Please sign in to comment.