Skip to content

Commit

Permalink
chore(release): 2.0.1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 23, 2023
1 parent f2d509d commit 48a8f78
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poppinss/file-generator",
"version": "2.0.1-3",
"version": "2.0.1-4",
"description": "Generate in-memory fake files for custom size",
"main": "build/index.js",
"type": "module",
Expand Down Expand Up @@ -100,13 +100,13 @@
},
"prettier": "@adonisjs/prettier-config",
"tsup": {
"entry": [
"./index.ts"
],
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": true,
"target": "esnext"
}
"entry": [
"./index.ts"
],
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": true,
"target": "esnext"
}
}

0 comments on commit 48a8f78

Please sign in to comment.