@qualweb/best-practices 0.0.0-develop-20241214210645 → 0.0.0-develop-20241227085427
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 +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualweb/best-practices",
|
|
3
|
-
"version": "0.0.0-develop-
|
|
3
|
+
"version": "0.0.0-develop-20241227085427",
|
|
4
4
|
"description": "QualWeb best practices",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*"
|
|
@@ -47,13 +47,14 @@
|
|
|
47
47
|
"build": "tsc --build tsconfig.prod.json && webpack",
|
|
48
48
|
"prepublishOnly": "npm run build"
|
|
49
49
|
},
|
|
50
|
-
"homepage": "https://github.com/qualweb/best-practices
|
|
50
|
+
"homepage": "https://github.com/qualweb/qualweb/blob/main/packages/best-practices",
|
|
51
51
|
"repository": {
|
|
52
52
|
"type": "git",
|
|
53
|
-
"url": "git+https://github.com/qualweb/
|
|
53
|
+
"url": "git+https://github.com/qualweb/qualweb.git",
|
|
54
|
+
"directory": "packages/best-practices"
|
|
54
55
|
},
|
|
55
56
|
"bugs": {
|
|
56
|
-
"url": "https://github.com/qualweb/
|
|
57
|
+
"url": "https://github.com/qualweb/qualweb/issues"
|
|
57
58
|
},
|
|
58
59
|
"keywords": [
|
|
59
60
|
"qualweb",
|
|
@@ -65,10 +66,10 @@
|
|
|
65
66
|
"author": "João Vicente",
|
|
66
67
|
"license": "ISC",
|
|
67
68
|
"devDependencies": {
|
|
68
|
-
"@qualweb/core": "0.0.0-develop-
|
|
69
|
-
"@qualweb/locale": "0.0.0-develop-
|
|
70
|
-
"@qualweb/qw-page": "0.0.0-develop-
|
|
71
|
-
"@qualweb/util": "0.0.0-develop-
|
|
69
|
+
"@qualweb/core": "0.0.0-develop-20241227085427",
|
|
70
|
+
"@qualweb/locale": "0.0.0-develop-20241227085427",
|
|
71
|
+
"@qualweb/qw-page": "0.0.0-develop-20241227085427",
|
|
72
|
+
"@qualweb/util": "0.0.0-develop-20241227085427",
|
|
72
73
|
"@tsconfig/recommended": "^1.0.3",
|
|
73
74
|
"@types/mocha": "^10.0.6",
|
|
74
75
|
"@types/node": "^16.11.12",
|