@m4l/graphics 0.1.24 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json +1 -1
- package/package.json +2 -2
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/graphics",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "M4L Team",
|
|
6
6
|
"scripts": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"build:monorepo": "tsc && vite build && yarn build:package",
|
|
11
11
|
"release": "yarn build && npm publish ./dist",
|
|
12
12
|
"release:monorepo": "yarn build:monorepo",
|
|
13
|
-
"publish": "npm publish",
|
|
13
|
+
"publish": "npm publish ./dist",
|
|
14
14
|
"lint": "npx eslint src",
|
|
15
15
|
"lint:fix": "npm run lint -- --fix",
|
|
16
16
|
"prettier": "npx prettier src --check",
|