Skip to content

Commit

Permalink
remove .npmignore, instead use package files to only include dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Oct 8, 2024
1 parent d0e7e9c commit a041ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .npmignore

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.10.0",
"description": "Datetime handling the python way (or as close as possible), now with TypeScript",
"main": "./dist/index.js",
"files": [
"dist/**"
],
"scripts": {
"test": "ts-mocha 'tests/**/*.test.ts'",
"build": "tsc",
Expand Down

0 comments on commit a041ff6

Please sign in to comment.