aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-04 13:45:50 +0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-04 13:47:12 +0200
commitb60779c88889f218eb37fe2d42bd622cda4b3eb9 (patch)
tree011836f269d4d8cd57c644a911c529c5286109d1 /package.json
parentb0637d22c36b3f04ca116b6288a6608790b4ed99 (diff)
downloadsvg.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.json3
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",