@wishket/eslint-config-wishket 0.2.7 → 0.2.8

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.
@@ -2,4 +2,4 @@
2
2
  '@wishket/eslint-config-wishket': patch
3
3
  ---
4
4
 
5
- Publish with tag 0.2.7
5
+ Publish with tag 0.2.8
@@ -52,7 +52,6 @@ jobs:
52
52
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53
53
  GITHUB_TOKEN: ${{ secrets.PJW_GITHUB_TOKEN }}
54
54
 
55
-
56
55
  - name: Output version number
57
56
  run: |
58
57
  name=$(jq -r .name package.json)
Binary file
package/CHANGELOG.md CHANGED
@@ -1,13 +1,7 @@
1
- # @wishket/eslint-config-wishket
1
+ # @wishket/eslint-plugin
2
2
 
3
- ## 0.1.2
3
+ ## 0.2.8
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [`bf4ac65`](https://github.com/wishket/eslint-config-wishket/commit/bf4ac6508143f146b0b939f76932be69e6e04efb) Thanks [@wishket-pjw](https://github.com/wishket-pjw)! - auto versioning test
8
-
9
- ## 0.1.1
10
-
11
- ### Patch Changes
12
-
13
- - [`bd09176`](https://github.com/wishket/eslint-config-wishket/commit/bd091760fc15b833603da50482634cf66c767e1b) Thanks [@wishket-pjw](https://github.com/wishket-pjw)! - auto versioning test
7
+ - 패키지 경로 변경
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@wishket/eslint-config-wishket",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Wishket's eslint config",
5
- "main": "index.js",
5
+ "main": "src/index.js",
6
6
  "author": "wishket-pjw <pjw@wishket.com> (https://github.com/wishket-pjw)",
7
7
  "license": "MIT",
8
8
  "peerDependencies": {