Skip to content

Commit

Permalink
add missing path dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
soumak77 committed Sep 28, 2018
1 parent 4657e66 commit 4b2b956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ios/helper.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var fs = require("fs");
var path = require("path");
var utilities = require("../lib/utilities");

/**
Expand Down

0 comments on commit 4b2b956

Please sign in to comment.