Skip to content

Commit

Permalink
Merge pull request #15 from akansha-maheshwari-axway/MOD-2624
Browse files Browse the repository at this point in the history
  • Loading branch information
saumya-rai-axway authored Jun 15, 2020
2 parents ffbf646 + 9d72044 commit 8be6e7e
Show file tree
Hide file tree
Showing 19 changed files with 896 additions and 1,939 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ android/build/
android/dist/
ios/build/
ios/dist/

# These should eventually be linted as well
example/
8 changes: 7 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
"sourceType": "module"
}
}
]
],
"globals": {
"App": "writeable",
"Crypto": "readonly",
"isiOS": "readonly",
"isAndroid": "readonly"
}
}
28 changes: 0 additions & 28 deletions android/example/app.js

This file was deleted.

293 changes: 0 additions & 293 deletions android/example/controllers/cryptoMultiple.js

This file was deleted.

Loading

0 comments on commit 8be6e7e

Please sign in to comment.