Skip to content

Commit

Permalink
Merge pull request #7 from TableRise/feat/TR-89/update-libs
Browse files Browse the repository at this point in the history
feat: update
  • Loading branch information
Adson Gomes Olivera authored Sep 26, 2024
2 parents 4d868d7 + 315246c commit adc9b49
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
"version": "5.2.3",
"description": "A library to populate the project database",
"main": "index.js",
"types": "dist/index.d.ts",
"files": ["/dist"],
"scripts": {
"build": "tsc",
"dist": "tsc && copy /Y package.json dist && cd dist && npm publish"
},
"files": [
"./"
],
"bin": {
"@tablerise/database-seeder": "index.js"
"database-seeder": "index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit adc9b49

Please sign in to comment.