@microlight/core 1.0.3 → 1.0.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microlight/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"prepare:folders": "microlight-core prepare folders",
|
|
16
16
|
"prepare:server": "microlight-core prepare server",
|
|
17
17
|
"prepare": "microlight-core prepare all",
|
|
18
|
-
"publish": "npm publish --access public",
|
|
18
|
+
"publish:package": "npm publish --access public",
|
|
19
19
|
"start": "next start",
|
|
20
20
|
"lint": "next lint"
|
|
21
21
|
},
|