@allthings/eslint-config 2.2.0-dev.1 → 2.2.0

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,3 +44,5 @@ Run `yarn link @allthings/eslint-config` in the project that you want to test it
44
44
 
45
45
  After you finish run in your project `yarn unlink @allthings/eslint-config` and then `yarn install --force`
46
46
  to restore the initial state of dependencies
47
+
48
+ Or you could release a dev npm version with `yarn deploy:dev`. Remember to update the version in package.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allthings/eslint-config",
3
- "version": "2.2.0-dev.1",
3
+ "version": "2.2.0",
4
4
  "description": "ESlint shareable config for Allthings style",
5
5
  "main": "index.js",
6
6
  "files": [