Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Quevedo committed Dec 5, 2019
1 parent 003b322 commit 57458f0
Show file tree
Hide file tree
Showing 2 changed files with 1,197 additions and 1,011 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-resources",
"version": "1.2.1",
"version": "1.2.2",
"description": "Generates icon & splash screen for capacitor projects using javascript only.",
"main": "index.js",
"preferGlobal": true,
Expand Down Expand Up @@ -34,20 +34,20 @@
},
"homepage": "https://github.com/leopq/capacitor-resources",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"bluebird": "^3.5.1",
"colors": "^1.1.2",
"commander": "^2.12.2",
"cross-env": "^5.2.0",
"fs-extra": "^4.0.2",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"bluebird": "^3.7.2",
"colors": "^1.4.0",
"commander": "^4.0.1",
"cross-env": "^6.0.3",
"fs-extra": "^8.1.0",
"gauge": "^2.7.4",
"jimp": "^0.2.28",
"jimp": "^0.9.3",
"klaw-sync": "^6.0.0",
"lodash": "^4.17.4",
"lodash": "^4.17.15",
"shelljs": "^0.8.3"
},
"contributors": [
Expand Down
Loading

0 comments on commit 57458f0

Please sign in to comment.