Skip to content

Commit

Permalink
Merge pull request #36 from abetomo/upgrade_packages
Browse files Browse the repository at this point in the history
Upgrade 'standard' from 13.x to 14.x
  • Loading branch information
zeke authored Feb 2, 2020
2 parents 2f044f4 + 6e3ee69 commit 3328e7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"author": "Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)",
"license": "MIT",
"dependencies": {
"commander": "^2.20.0",
"globby": "^10.0.1",
"commander": "^4.1.0",
"globby": "^11.0.0",
"lodash.flatten": "^4.4.0",
"lodash.range": "^3.2.0",
"ora": "^3.4.0",
"standard": "^13.0.0"
"ora": "^4.0.3",
"standard": "^14.3.1"
},
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
"tape": "^4.13.0"
},
"engines": {
"node": ">=6"
"node": ">=8"
}
}

0 comments on commit 3328e7d

Please sign in to comment.