which-webstorm 4.1.6-dev-c8d489d → 4.1.6-dev-2b93d74
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/Makefile +2 -2
- package/package.json +1 -1
package/Makefile
CHANGED
|
@@ -13,11 +13,11 @@ docs:
|
|
|
13
13
|
git-hook:
|
|
14
14
|
echo "make pretty" > .git/hooks/pre-commit
|
|
15
15
|
|
|
16
|
-
pretty:
|
|
16
|
+
pretty: node_modules
|
|
17
17
|
yarn biome check --write --no-errors-on-unmatched
|
|
18
18
|
npm pkg fix
|
|
19
19
|
|
|
20
|
-
lint:
|
|
20
|
+
lint: node_modules
|
|
21
21
|
yarn biome check .
|
|
22
22
|
yarn tsc --noEmit
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "which-webstorm",
|
|
4
|
-
"version": "4.1.6-dev-
|
|
4
|
+
"version": "4.1.6-dev-2b93d74",
|
|
5
5
|
"description": "Find WebStorm binary",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
|