Skip to content

Commit

Permalink
fix: adds files whitelisting
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar committed Mar 6, 2020
1 parent 34cb54a commit 2c85f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"/lib"
],
"scripts": {
"prebuild": "npm run clean",
"build": "tsc --build tsconfig.build.json",
Expand Down

0 comments on commit 2c85f49

Please sign in to comment.