which-webstorm 4.1.6-dev-c8d489d → 4.1.6-dev-54b654f
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 +4 -4
- package/output/main.d.ts +1 -0
- package/output/main.d.ts.map +1 -0
- package/package.json +1 -1
package/Makefile
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
.PHONY: default build clean docs git-hook pretty lint test run
|
|
2
2
|
|
|
3
|
-
default:
|
|
3
|
+
default: build
|
|
4
4
|
|
|
5
5
|
build: output
|
|
6
6
|
|
|
7
7
|
clean:
|
|
8
|
-
rm --force --recursive node_modules output
|
|
8
|
+
rm --force --recursive node_modules output tsconfig.tsbuildinfo
|
|
9
9
|
|
|
10
10
|
docs:
|
|
11
11
|
@echo "This project has no documentation."
|
|
@@ -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/output/main.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../source/main.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,qBAAa,eAAe;;IAC1B;;;OAGG;IACH,cAAc,IAAI,MAAM;IAIxB;;;OAGG;IACH,YAAY;IAQZ;;;OAGG;IACG,iBAAiB;IASvB;;;OAGG;IACH,qBAAqB,IAAI,KAAK,CAAC,MAAM,CAAC;IAGtC;;;OAGG;IACH,0BAA0B,IAAI,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAIpD;;;OAGG;IACH,UAAU,IAAI,MAAM;IASpB;;;OAGG;IACG,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC;IAUxC;;;;OAIG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAC;CAmCnD;AAGD,QAAA,MAAM,OAAO,EAAE,CAAC,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG;IAAE,IAAI,EAAE,MAAM,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,MAAM,CAAA;CAIvF,CAAC;AACL,eAAe,OAAO,CAAC"}
|
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-54b654f",
|
|
5
5
|
"description": "Find WebStorm binary",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
|