@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.
- package/README.md +2 -0
- 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
|