@cabloy/lint 4.0.11 → 4.0.15

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.
Files changed (2) hide show
  1. package/LICENSE.en-US +3 -0
  2. package/package.json +3 -2
package/LICENSE.en-US ADDED
@@ -0,0 +1,3 @@
1
+ Copyright (c) 2016-present CabloyJS
2
+
3
+ CabloyJS 5.0 internal beta version, still under continuous development, not yet open source, please do not spread it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/lint",
3
- "version": "4.0.11",
3
+ "version": "4.0.15",
4
4
  "description": "Node Style Guide for EggBorn/Cabloy.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,5 +20,6 @@
20
20
  "eslint-plugin-prettier": "^5.1.3",
21
21
  "eslint-plugin-vue": "9.26.0",
22
22
  "prettier": "^3.2.5"
23
- }
23
+ },
24
+ "gitHead": "72c82934d27173943963f25132b03c3f8e8933d3"
24
25
  }