Skip to content

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurTriis1 committed Oct 9, 2024
1 parent d96e61c commit a868e4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/b2b-self-management-ui",
"version": "0.0.14",
"version": "0.0.15",
"private": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -14,6 +14,10 @@
},
"./src/*": "./src/*"
},
"files": [
"dist/cjs",
"dist/esm"
],
"scripts": {
"dev": "webpack serve --mode development",
"build": "tsc --module commonjs --outDir dist/cjs & tsc --module esnext --outDir dist/esm",
Expand Down

0 comments on commit a868e4c

Please sign in to comment.