Skip to content

Commit

Permalink
Revert "add: Aero sms service, PlayMobile sms service (#25)" (#26)
Browse files Browse the repository at this point in the history
This reverts commit 999efc2.
  • Loading branch information
borodayev authored Oct 23, 2018
1 parent 999efc2 commit de8e0f2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 210 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"homepage": "https://github.com/FrankAst/sms-sender",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"isomorphic-fetch": "^2.2.1",
"mongoose": "^5.0.4",
"babel-runtime": "^6.26.0"
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
export { default as Smsc } from './transporters/Smsc';
export { default as Sns } from './transporters/Sns';
export { default as Mobizon } from './transporters/Mobizon';
export { default as PlayMobile } from './transporters/PlayMobile';
export { default as Aero } from './transporters/Aero';
90 changes: 0 additions & 90 deletions src/transporters/Aero.js

This file was deleted.

117 changes: 0 additions & 117 deletions src/transporters/PlayMobile.js

This file was deleted.

0 comments on commit de8e0f2

Please sign in to comment.