@ludo.ninja/components 1.9.3 → 1.9.5
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": "@ludo.ninja/components",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"dev": "next dev -p 4000",
|
|
12
12
|
"clean": "rimraf dist",
|
|
13
|
-
"build
|
|
13
|
+
"build": "next build",
|
|
14
14
|
"build:tsc": "npm run clean && tsc",
|
|
15
15
|
"start": "next start",
|
|
16
16
|
"analyze": "cross-env ANALYZE=true next build",
|