Skip to content

Commit

Permalink
fix: remove gibrish that prevented compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
eransakal committed Oct 10, 2017
1 parent 38f9047 commit c61caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gulp.task('extras', function () {
json.peerDependencies = json.dependencies;
json.dependencies = {};
json.devDependencies = {};
json.private = false;
json.private = false;עןא
json.scripts = {};
return json; // must return JSON object.
}))
Expand Down

0 comments on commit c61caac

Please sign in to comment.