Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon committed Apr 4, 2024
1 parent b2403f2 commit e2a6b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "array-reverser",
"version": "0.1.1",
"version": "0.1.2",
"description": "Seamlessly reverse arrays or segments with ease",
"author": "Palash Mondal",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
"engines": {
"node": ">=18"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit e2a6b70

Please sign in to comment.