@zohodesk/codestandard-validator 0.0.1 → 0.0.2-exp-1
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/changeLog.md +3 -0
- package/package.json +1 -1
package/changeLog.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
1. Testing version of the library
|
|
5
5
|
|
|
6
6
|
# 0.0.1
|
|
7
|
+
- This version was mistakenly published without the build folder which will be corrected in the next release
|
|
8
|
+
|
|
9
|
+
# 0.0.2 - first stable release of the library
|
|
7
10
|
1. Sets up a custom precommit hook using husky
|
|
8
11
|
2. clones the common linter configuration repository in developer branch
|
|
9
12
|
3. Based on the cloned configuration folder creates a eslint config file
|