Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 17, 2024
1 parent 03f3d95 commit 62ec0dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@poppinss/macroable",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extend classes from outside in using Macros and getters",
"main": "build/index.js",
"type": "module",
"files": [
"build",
"!build/bin",
"!build/tests"
"!build/bin",
"!build/tests"
],
"exports": {
".": "./build/index.js"
Expand Down Expand Up @@ -72,7 +72,7 @@
"clean": true,
"format": "esm",
"dts": false,
"sourcemap": true,
"sourcemap": true,
"target": "esnext"
},
"release-it": {
Expand Down

0 comments on commit 62ec0dd

Please sign in to comment.