diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..41f3042 --- /dev/null +++ b/.npmignore @@ -0,0 +1,9 @@ +__tests__/ +.github/ +coverage/ +dist/*.tsbuildinfo +dist/*.js.map +src/ +.travis.yml +CONTRIBUTING.md +README.md diff --git a/README.md b/README.md index 0920809..17a54bb 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ -

nestjs-ethers

+

NestJS-Ethers

-
- - Nest Logo +

+ + npm -

- -

NestJS npm Package Starter

- -
- - Built with NestJS + + Travis -
- -### Installation + + Coverage Status + + + Snyk Vulnerabilities for npm package + + David + Dependabot + Supported platforms: Express & Fastify +

-1. Clone the repo -2. Run npm/yarn install +## Install -```bash -cd nestjs-package-starter -npm install +```sh +npm i nestjs-ethers ``` ## Change Log @@ -34,8 +34,8 @@ Contributions welcome! See [Contributing](CONTRIBUTING.md). ## Author -**John Biundo (Y Prospect on [Discord](https://discord.gg/G7Qnnhy))** +**Jose Ramirez (Y Prospect on [Twitter](https://twitter.com/jarcodallo))** ## License -Licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file +Licensed under the Apache 2.0 - see the [LICENSE](LICENSE) file for details. \ No newline at end of file diff --git a/package.json b/package.json index 15a220e..0ae2560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-ethers", - "version": "0.1.0", + "version": "0.1.0-alpha.0", "description": "The ethers.js library for NestJS", "author": "Jose Ramirez ", "license": "Apache",