You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@
17
17
### Patch
18
18
19
19
- Stop using [`husky`](https://npm.im/husky) and [`lint-staged`](https://npm.im/lint-staged).
20
-
- Removed `package-lock.json` from the `.gitignore` and `.prettierignore` files as it’s disabled in `.npmrc` anyway.
21
-
- Removed `npm-debug.log` from the `.gitignore` file as npm [v4.2.0](https://github.com/npm/npm/releases/tag/v4.2.0)+ doesn’t create it in the current working directory.
22
20
- Updated the package `keywords` field.
23
21
- Removed the package `engines.npm` field.
24
22
- More specific package `bin` field.
@@ -27,6 +25,8 @@
27
25
- Configured Prettier option `semi` to the default, `true`.
28
26
- Use GitHub Actions instead of Travis for CI.
29
27
- Updated the EditorConfig.
28
+
- Removed `package-lock.json` from the `.gitignore` and `.prettierignore` files as it’s disabled in `.npmrc` anyway.
29
+
- Removed `npm-debug.log` from the `.gitignore` file as npm [v4.2.0](https://github.com/npm/npm/releases/tag/v4.2.0)+ doesn’t create it in the current working directory.
30
30
- Use [Badgen](https://badgen.net) instead of [Shields](https://shields.io) for the readme npm version badge.
0 commit comments