Skip to content

Commit

Permalink
Release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
PondWader committed Nov 4, 2024
1 parent 6231501 commit 8b040a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "picospinner",
"version": "1.0.1",
"version": "2.0.0",
"type": "module",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"engines": {
"node": ">=18.0.0"
},
"types": "./dist/index.d.ts",
"author": "PondWader",
"description": "A lightweight, no dependency, pluggable CLI spinner library.",
Expand Down

0 comments on commit 8b040a6

Please sign in to comment.