Skip to content

Commit

Permalink
fix: add .npmignore (#59)
Browse files Browse the repository at this point in the history
* fix: add .npmignore

* added publish files to package.json
  • Loading branch information
KhudaDad414 committed Nov 5, 2021
1 parent d2f571d commit 005c687
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .npmignore
@@ -0,0 +1,13 @@
.github
examples
node_nodules
src
test
.eslintignore
.eslintrc
.gitignore
API.md
CODEOWNERS
jest.config.js
package-lock.json
tsconfig.json
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,11 @@
"description": "This library will optimize the AsyncAPI specification file.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"/lib",
"./README.md",
"./LICENSE"
],
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 005c687

Please sign in to comment.