Skip to content

Commit

Permalink
Feature: Split the distro for different targets
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-mazepa committed Oct 13, 2021
1 parent 241c338 commit 1a55085
Show file tree
Hide file tree
Showing 12 changed files with 13,320 additions and 93 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"class-methods-use-this": 0,
"prefer-destructuring": 0,
"import/extensions": 0,
"lines-between-class-members": ["error", "always", { "exceptAfterSingleLine": true }]
"lines-between-class-members": ["error", "always", { "exceptAfterSingleLine": true }],
"@typescript-eslint/no-var-requires": {
"ignorePatterns": ["**/webpack/*.js"]
}
}
}
3 changes: 0 additions & 3 deletions dist/mailgun.js

This file was deleted.

5 changes: 0 additions & 5 deletions dist/mailgun.js.LICENSE.txt

This file was deleted.

Loading

0 comments on commit 1a55085

Please sign in to comment.