diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-10-04 13:45:50 +0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-10-04 13:47:12 +0200 |
commit | b60779c88889f218eb37fe2d42bd622cda4b3eb9 (patch) | |
tree | 011836f269d4d8cd57c644a911c529c5286109d1 /package.json | |
parent | b0637d22c36b3f04ca116b6288a6608790b4ed99 (diff) | |
download | svg.js-b60779c88889f218eb37fe2d42bd622cda4b3eb9.tar.gz svg.js-b60779c88889f218eb37fe2d42bd622cda4b3eb9.zip |
fixed gulp clean task not returning a Promise
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 57a2fdc..75dc3ec 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,7 @@ "license": "MIT", "typings": "./svg.js.d.ts", "scripts": { - "build": "gulp", - "prepublish": "npm run build" + "build": "gulp" }, "devDependencies": { "del": "^2.2.0", |