Skip to content

Commit 628f88b

Browse files
committed
updated npm packages
1 parent 588c09d commit 628f88b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-pdf",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
55
"main": "./dist/angular-pdf.js",
66
"license": "MIT",

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "angular-pdf",
3-
"version": "0.1.0",
3+
"version": "0.2.2",
44
"author": "Sayanee <[email protected]>",
55
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/sayanee/angular-pdf.git"
99
},
1010
"devDependencies": {
11-
"grunt": "0.4.1",
12-
"grunt-cli": "0.1.9",
13-
"grunt-contrib-uglify": "0.2.4",
14-
"grunt-contrib-clean": "~0.5.0",
15-
"grunt-contrib-copy": "~0.4.1",
16-
"grunt-contrib-jshint": "~0.7.2",
11+
"grunt": "0.4.5",
12+
"grunt-cli": "0.1.13",
13+
"grunt-contrib-uglify": "0.5.1",
14+
"grunt-contrib-clean": "0.6.0",
15+
"grunt-contrib-copy": "0.5.0",
16+
"grunt-contrib-jshint": "0.10.0",
1717
"grunt-jsonlint": "~1.0.4"
1818
},
1919
"scripts": {

0 commit comments

Comments
 (0)