Skip to content

Commit

Permalink
Merge pull request #179 from sayanee/updating_angular
Browse files Browse the repository at this point in the history
Updating angular and npm dependencies

Fix #177
  • Loading branch information
dennybiasiolli authored Feb 20, 2017
2 parents eda56e0 + 5b4ba9e commit ff75c27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MIT",
"homepage": "http://github.com/sayanee/angularjs-pdf",
"dependencies": {
"angular": "1.6.0",
"angular": "^1.6.2",
"pdfjs-dist": "1.6.414"
},
"devDependencies": {
"angular-mocks": "1.6.0"
"angular-mocks": "^1.6.2"
},
"ignore": [
"**/.*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-uglify": "^2.1.0",
"grunt-jscs": "^3.0.1",
"grunt-jsonlint": "^1.1.0",
"grunt-karma": "^2.0.0",
"http-server": "^0.8.5",
"jasmine-core": "^2.4.1",
"karma": "^1.3.0",
"karma": "^1.5.0",
"karma-jasmine": "^1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs-prebuilt": "^2.1.4"
"phantomjs-prebuilt": "^2.1.14"
},
"scripts": {
"bower": "bower",
Expand Down

0 comments on commit ff75c27

Please sign in to comment.