From bcdacf84d5c0b288d27fc6bef806f86634349118 Mon Sep 17 00:00:00 2001 From: Dan Flettre Date: Mon, 13 Apr 2015 18:12:44 -0500 Subject: [PATCH] change `standard` devDep to always use latest --- templates/package.json.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/package.json.mustache b/templates/package.json.mustache index c39bc72..79adea2 100644 --- a/templates/package.json.mustache +++ b/templates/package.json.mustache @@ -8,7 +8,7 @@ }, "devDependencies": { "faucet": "0.0.1", - "standard": "^3.3.2", + "standard": "*", "tape": "^4.0.0" }, "homepage": "https://github.com/{{usrGithub}}/{{pkgName}}",