@webpieces/rules 0.2.31 ā 0.2.32
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 +5 -2
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webpieces/rules",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.32",
|
|
4
4
|
"description": "Umbrella package for WebPieces development tooling and configurations",
|
|
5
5
|
"type": "commonjs",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"postinstall": "node -e \"console.log('\\nš¦ @webpieces/rules installed!\\n\\nš” For architecture validation and linting:\\n npx nx add @webpieces/dev-config\\n\\nThis sets up:\\n - Architecture dependency validation\\n - Circular dependency checking\\n - ESLint rules enforcement\\n')\""
|
|
8
|
+
},
|
|
6
9
|
"author": "Dean Hiller",
|
|
7
10
|
"license": "Apache-2.0",
|
|
8
11
|
"repository": {
|
|
@@ -22,7 +25,7 @@
|
|
|
22
25
|
"access": "public"
|
|
23
26
|
},
|
|
24
27
|
"dependencies": {
|
|
25
|
-
"@webpieces/dev-config": "0.2.
|
|
28
|
+
"@webpieces/dev-config": "0.2.32"
|
|
26
29
|
},
|
|
27
30
|
"types": "./src/index.d.ts",
|
|
28
31
|
"main": "./src/index.js"
|