@mirta/basics 0.2.6 → 0.2.8
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/package.json +3 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirta/basics",
|
|
3
3
|
"description": "Utility functions providing core functionality for the Mirta Framework.",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.8",
|
|
5
5
|
"license": "Unlicense",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mirta",
|
|
@@ -30,11 +30,8 @@
|
|
|
30
30
|
"bugs": {
|
|
31
31
|
"url": "https://github.com/wb-mirta/core/issues"
|
|
32
32
|
},
|
|
33
|
-
"publishConfig": {
|
|
34
|
-
"access": "public"
|
|
35
|
-
},
|
|
36
33
|
"scripts": {
|
|
37
|
-
"clean": "rimraf dist
|
|
38
|
-
"build": "pnpm clean && rollup -c ../../rollup.config.mjs"
|
|
34
|
+
"clean": "rimraf dist",
|
|
35
|
+
"build:mono": "pnpm clean && rollup -c ../../rollup.config.mjs"
|
|
39
36
|
}
|
|
40
37
|
}
|