Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "dev-smtp", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A development SMTP server with storing mails as files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -72,3 +72,5 @@ [![NPM][npm]][npm-url] | ||
```js | ||
import devSmtp from 'dev-smtp'; | ||
import * as devSmtp from 'dev-smtp'; | ||
// Or: | ||
// const devSmtp = require( 'dev-smtp' ); | ||
@@ -92,2 +94,6 @@ devSmtp( '/tmp', 2525 ); | ||
## Change Log | ||
[View changelog](CHANGELOG.md). | ||
## License | ||
@@ -94,0 +100,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15790
22
109