commit | fe13efab21d30b1853cda06194009ce7e4cedb3f | [log] [tgz] |
---|---|---|
author | Shazron Abdullah (shaz) <shazron@gmail.com> | Fri Jul 19 10:35:58 2019 +0800 |
committer | Shazron Abdullah (shaz) <shazron@gmail.com> | Fri Jul 19 10:35:58 2019 +0800 |
tree | 4308e456c87e8f322153b643793f80a13e81eb0d | |
parent | 27dc8e4867efe0d9dc5f7f341ad489aa3763ee06 [diff] |
Add semver as a bundled dependency
diff --git a/package.json b/package.json index 70a7c96..a21444e 100644 --- a/package.json +++ b/package.json
@@ -11,8 +11,11 @@ "type": "git", "url": "https://github.com/ios-control/ios-deploy" }, + "bundledDependencies": [ + "semver" + ], "devDependencies": { - "semver": "*" + "semver": "*", "eslint": "~4.19.1", "eslint-config-semistandard": "^12.0.1", "eslint-config-standard": "^11.0.0",