Skip to content

Commit

Permalink
fix(prettier): Fixing improper indentations.
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed May 22, 2023
1 parent 8573d7a commit 61f0f24
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 49 deletions.
80 changes: 40 additions & 40 deletions packages/controllers/slot-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@phase2/outline-controller-slot-manager",
"version": "0.0.1",
"description": "Controller to help with slots (renderInShadow, exist, etc.)",
"keywords": [
"outline components",
"outline design",
"slots",
"shadow DOM"
],
"main": "index.ts",
"types": "index.ts",
"typings": "index.d.ts",
"files": [
"/dist/",
"/src/",
"!/dist/tsconfig.build.tsbuildinfo"
],
"author": "Phase2 Technology",
"repository": {
"type": "git",
"url": "https://github.com/phase2/outline.git",
"directory": "packages/controllers/slot-manager"
},
"license": "BSD-3-Clause",
"scripts": {
"build": "node ../../../scripts/build.js",
"package": "yarn publish"
},
"dependencies": {
"lit": "^2.3.1"
},
"devDependencies": {
"tslib": "^2.1.0"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": "./index.ts"
}
"name": "@phase2/outline-controller-slot-manager",
"version": "0.0.1",
"description": "Controller to help with slots (renderInShadow, exist, etc.)",
"keywords": [
"outline components",
"outline design",
"slots",
"shadow DOM"
],
"main": "index.ts",
"types": "index.ts",
"typings": "index.d.ts",
"files": [
"/dist/",
"/src/",
"!/dist/tsconfig.build.tsbuildinfo"
],
"author": "Phase2 Technology",
"repository": {
"type": "git",
"url": "https://github.com/phase2/outline.git",
"directory": "packages/controllers/slot-manager"
},
"license": "BSD-3-Clause",
"scripts": {
"build": "node ../../../scripts/build.js",
"package": "yarn publish"
},
"dependencies": {
"lit": "^2.3.1"
},
"devDependencies": {
"tslib": "^2.1.0"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": "./index.ts"
}
}
17 changes: 8 additions & 9 deletions packages/controllers/slot-manager/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist"
},
"include": ["index.ts", "src/**/*", "tests/**/*"],
"references": [{ "path": "../../outline-core/tsconfig.build.json" }]
}

"extends": "../../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist"
},
"include": ["index.ts", "src/**/*", "tests/**/*"],
"references": [{ "path": "../../outline-core/tsconfig.build.json" }]
}

0 comments on commit 61f0f24

Please sign in to comment.