@dataesr/dsfr-plus 0.0.4 → 0.0.6
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 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dataesr/dsfr-plus",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/dsfr-plus.es.js",
|
|
7
7
|
"module": "./dist/dsfr-plus.es.js",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"dev": "vite",
|
|
24
24
|
"build": "tsc && vite build",
|
|
25
25
|
"deploy": "git pull origin main --rebase --tags && npm version $npm_config_level && git push origin main --tags",
|
|
26
|
+
"deploy-staging": "git pull origin staging --rebase --tags && npm version $npm_config_level && git push origin staging --tags",
|
|
26
27
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
27
28
|
"lint:fix": "eslint --fix 'src/**/*.{jsx,ts,tsx}'",
|
|
28
29
|
"preview": "vite preview",
|
|
@@ -63,4 +64,4 @@
|
|
|
63
64
|
"vite-plugin-svgr": "^3.2.0",
|
|
64
65
|
"vite-tsconfig-paths": "^4.2.0"
|
|
65
66
|
}
|
|
66
|
-
}
|
|
67
|
+
}
|