Skip to content

Commit

Permalink
Updating packages, releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecousins committed Jul 27, 2016
1 parent ce15821 commit 0d6e2fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf-js",
"version": "1.0.24",
"version": "1.0.25",
"description": "A React component to wrap PDF.js",
"main": "./lib/index.js",
"jsnext:main": "./src/index.js",
Expand Down Expand Up @@ -30,27 +30,27 @@
},
"homepage": "https://github.com/mikecousins/react-pdf-js",
"dependencies": {
"pdfjs-dist": "1.5.326"
"pdfjs-dist": "1.5.361"
},
"devDependencies": {
"babel-cli": "6.10.1",
"babel-core": "6.10.4",
"babel-eslint": "6.1.1",
"babel-cli": "6.11.4",
"babel-core": "6.11.4",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-runtime": "6.9.0",
"babel-plugin-typecheck": "3.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"babel-runtime": "6.9.2",
"babel-runtime": "6.11.6",
"eslint": "2.13.1",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "1.10.2",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-react": "5.2.2",
"eslint-plugin-jsx-a11y": "1.5.5",
"react": "15.2.1",
"rifraf": "2.0.2",
"rimraf": "2.5.3",
"rimraf": "2.5.4",
"webpack": "1.13.1"
},
"npmName": "react-pdf-js",
Expand Down

0 comments on commit 0d6e2fa

Please sign in to comment.