Skip to content

Commit

Permalink
Update module version and dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkazakov committed Jun 2, 2018
1 parent 50124c0 commit 1d57b35
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ampify",
"version": "0.2.6",
"version": "0.3.0",
"description": "Convert plain HTML to Google Accelerated Mobile Pages (AMP)",
"main": "index.js",
"author": {
Expand Down Expand Up @@ -33,10 +33,9 @@
"homepage": "https://github.com/rkazakov/ampify#readme",
"dependencies": {
"cheerio": "^0.22.0",
"clean-css": "^4.0.11",
"image-size": "^0.5.1",
"request": "^2.87.0",
"sync-request": "^4.0.2"
"clean-css": "^4.1.11",
"image-size": "^0.6.2",
"request": "^2.87.0"
},
"devDependencies": {
"eslint": "^4.19.1",
Expand Down

0 comments on commit 1d57b35

Please sign in to comment.