Skip to content

Commit

Permalink
Add .npmignore to not ignore lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alagane committed Mar 11, 2022
1 parent 5860faa commit 422acc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .npmignore
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jmap-client-ts",
"version": "1.0.0",
"description": "Jmap Library in Typescript",
"main": "jmap-client-ts.js",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
Expand Down

0 comments on commit 422acc5

Please sign in to comment.