Skip to content

Commit

Permalink
chore(build)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchapman committed Dec 8, 2017
1 parent 50ded47 commit 1267576
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fng-reports",
"version": "0.9.0",
"version": "0.11.0",
"author": "Mark Chapman <support@forms-angular.org>",
"description": "Angular UI reporting plugin for forms-angular",
"main": [
Expand All @@ -17,8 +17,8 @@
"jspdf": "1.3.2"
},
"devDependencies": {
"angular-mocks": "1.6.2",
"forms-angular": "0.9.0"
"angular-mocks": "1.6.7",
"forms-angular": "0.11.0"
},
"ignore": [
"**/.*",
Expand All @@ -28,6 +28,6 @@
"tests"
],
"resolutions": {
"angular": "1.6.2"
"angular": "1.6.7"
}
}
2 changes: 1 addition & 1 deletion dist/fng-reports.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! forms-angular 2017-11-15 */
/*! forms-angular 2017-12-08 */
'use strict';

formsAngular.controller('AnalysisCtrl', ['$filter', '$scope', '$http', '$location', 'cssFrameworkService', 'routingService',
Expand Down
2 changes: 1 addition & 1 deletion dist/fng-reports.min.js

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,6 +1,6 @@
{
"name": "fng-reports",
"version": "0.9.0",
"version": "0.11.0",
"description": "Reporting plugin for forms-angular",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/forms-angular/fng-reports/issues"
},
"peerDependencies": {
"forms-angular": "^0.9.0"
"forms-angular": "0.11.0"
},
"devDependencies": {
"grunt": "1.0.1",
Expand Down

0 comments on commit 1267576

Please sign in to comment.