From f556fdf44ac92c6208aac00020fb2364f162d09c Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Sun, 11 Feb 2018 13:03:31 -0800 Subject: [PATCH] build(package): -pkg --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index ad35fe92..a58d1d11 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "test:unit": "tap 'test/unit/**/*-test.js'", "test:integration": "tap 'test/integration/**/*-test.js'", "test:scenarios": "tap 'scenarios/**/test.js'", - "presemantic-release": "pkg . --out-path=dist/", "semantic-release": "semantic-release" }, "repository": { @@ -50,7 +49,6 @@ "json-diff": "^0.5.2", "minimist": "^1.2.0", "mkdirp": "^0.5.1", - "pkg": "^4.3.0", "proxyquire": "^1.8.0", "semantic-release": "^13.1.3", "standard": "^10.0.3",