Skip to content

Commit

Permalink
Removes files from package.json.
Browse files Browse the repository at this point in the history
I just realized the `files` key was left over from my `0.0.*` setup and was only shipping files in the root directory of the built package, yet the entire implementation was actually under a `/src/...` directory, so only the `package.json` and `README.md` files were actually being published. 🤦

https://unpkg.com/browse/[email protected]/
  • Loading branch information
dgp1130 committed Aug 7, 2024
1 parent d029b77 commit eedeec6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,5 @@
"http-server": "^14.1.1",
"jasmine-core": "^4.5.0",
"typescript": "^5.3.3"
},
"files": [
"/*.js",
"/*.d.ts",
"/*.js.map",
"/*.d.ts.map"
]
}
}

0 comments on commit eedeec6

Please sign in to comment.