Skip to content

Commit

Permalink
fix: enable post script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed May 9, 2024
1 parent 259c5d0 commit c047236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
package-lock=false
enable-pre-post-scripts=true

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
},
"type": "module",
"files": [
"build",
"!build/bin",
"!build/tests"
"build"
],
"exports": {
".": "./build/index.js",
"./types": "./build/src/types.js"
"./types": "./build/src/types.js",
"./geolite2_provider": "./build/providers/geolite2_provider.js"
},
"scripts": {
"clean": "del-cli build",
Expand Down

0 comments on commit c047236

Please sign in to comment.