Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 22, 2023
1 parent 5869180 commit b59b9c3
Show file tree
Hide file tree
Showing 22 changed files with 34 additions and 34 deletions.
10 changes: 5 additions & 5 deletions benchmark/benchmarks/krausest/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"private": true,
"name": "@glimmer-workspace/krausest",
"type": "module",
"scripts": {
"start": "vite --mode production",
"test:lint": "eslint .",
"test:types": "tsc --noEmit -p ../../tsconfig.json",
"start": "vite --mode production"
"test:types": "tsc --noEmit -p ../../tsconfig.json"
},
"dependencies": {
"@glimmer-workspace/benchmark-env": "workspace:^",
Expand All @@ -24,6 +25,5 @@
},
"config": {
"tsconfig": "../../tsconfig.json"
},
"type": "module"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@
"node": "20.9.0",
"pnpm": "8.6.12"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"engines": {
"node": ">= 16.0.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"toml": "^3.0.0",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/destroyable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/global-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
6 changes: 3 additions & 3 deletions packages/@glimmer/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.86.0",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/interfaces",
"type": "module",
"main": "index.d.ts",
"types": "index.d.ts",
"exports": {
"types": "./index.d.ts",
Expand All @@ -29,6 +30,5 @@
"publint": "^0.2.5",
"rollup": "^4.5.1",
"typescript": "*"
},
"main": "index.d.ts"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/local-debug-flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"devDependencies": {
"eslint": "^8.52.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/opcode-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/owner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
14 changes: 7 additions & 7 deletions packages/@glimmer/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"type": "module",
"main": "lib/index.ts",
"types": "lib/index.ts",
"exports": {
".": {
"types": "./lib/index.ts",
"default": "./lib/index.ts"
}
},
"publishConfig": {
"access": "public",
"types": "dist/dev/index.d.ts",
Expand Down Expand Up @@ -45,11 +51,5 @@
"publint": "^0.2.5",
"rollup": "^4.5.1",
"typescript": "*"
},
"exports": {
".": {
"types": "./lib/index.ts",
"default": "./lib/index.ts"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/vm-babel-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
"engines": {
"node": ">=16"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/@glimmer/wire-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"rollup": "^4.5.1",
"typescript": "*"
}
}
}

0 comments on commit b59b9c3

Please sign in to comment.