Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Makes gulp-appdmg dep optional; closes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Rosianu committed Apr 15, 2015
1 parent dbca7dd commit 4943562
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
"devDependencies": {
"coffee-script": "^1.9.1",
"gulp": "^3.8.11",
"gulp-appdmg": "git://github.com/aluxian/gulp-appdmg.git",
"gulp-github-release": "git://github.com/aluxian/gulp-github-release.git",
"gulp-load-plugins": "^0.10.0",
"gulp-node-webkit-builder": "git://github.com/leftstick/gulp-node-webkit-builder.git",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"run-sequence": "^1.0.2",
"shelljs": "^0.4.0"
},
"optionalDependencies": {
"gulp-appdmg": "git://github.com/aluxian/gulp-appdmg.git"
}
}

0 comments on commit 4943562

Please sign in to comment.