Skip to content

Commit

Permalink
chore(release): 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 6, 2023
1 parent ad511bf commit 198112a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@poppinss/prompts",
"version": "3.1.0",
"version": "3.1.1",
"description": "Wrapper over enquirer with better support for testing",
"main": "build/index.js",
"type": "module",
"files": [
"build",
"!build/bin",
"!build/examples",
"!build/tests"
"!build/bin",
"!build/examples",
"!build/tests"
],
"exports": {
".": "./build/index.js",
Expand All @@ -22,7 +22,7 @@
"test": "c8 npm run quick:test",
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"precompile": "npm run lint && npm run clean",
"precompile": "npm run lint && npm run clean",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
"build": "npm run compile",
"release": "np",
Expand Down Expand Up @@ -113,7 +113,7 @@
"clean": true,
"format": "esm",
"dts": false,
"sourcemap": true,
"sourcemap": true,
"target": "esnext"
}
}

0 comments on commit 198112a

Please sign in to comment.