Skip to content

Commit

Permalink
rename to appropriate name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 2, 2017
1 parent 1c80338 commit 9fadf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generation/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
const generateEarlGreyBlueprints = require("./earl-grey");
const generateEarlGreyAdapters = require("./earl-grey");
const files = {
"../detox/ios/EarlGrey/EarlGrey/Action/GREYActions.h": "../detox/src/ios/EarlGrey/GreyActions.js"
};

generateEarlGreyBlueprints(files);
generateEarlGreyAdapters(files);

0 comments on commit 9fadf88

Please sign in to comment.