Skip to content

Commit

Permalink
cleanup test-app after sync with blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Aug 9, 2023
1 parent 270a466 commit e22973a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Types are made available through package.json `exports` field.
For usage in `gts` or `gjs` files, modifier are exported from the index:

```gts
import { clickOutside } from 'ember-truth-helpers';
import { clickOutside } from 'ember-click-outside-modifier';
<template>
<div {{clickOutside this.handleClickOutside}}>
Expand Down
4 changes: 2 additions & 2 deletions test-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ You will need the following things properly installed on your computer.

## Installation

* `git clone <repository-url>` this repository
* `cd test-app`
* `git clone https://github.com/lifeart/ember-click-outside-modifier.git` this repository
* `cd ember-click-outside-modifier/test-app`
* `yarn install`

## Running / Development
Expand Down
2 changes: 0 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-click-outside-modifier": "4.0.0",
"ember-fetch": "^8.1.2",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^7.0.0",
"ember-qunit": "^7.0.0",
Expand All @@ -102,7 +101,6 @@
"stylelint": "^15.10.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^3.0.0",
"tracked-built-ins": "^3.1.1",
"typescript": "^5.1.6",
"webpack": "^5.88.1"
},
Expand Down
6 changes: 0 additions & 6 deletions test-app/types/ember-data/types/registries/model.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions test-app/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import '@glint/environment-ember-loose';
import type EmberClickOutsideRegistry from 'ember-click-outside-modifier/template-registry';

declare module '@glint/environment-ember-loose/registry' {
// Remove this once entries have been added! 👇
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export default interface Registry
extends EmberClickOutsideRegistry /* other addon registries */ {
// local entries
Expand Down

0 comments on commit e22973a

Please sign in to comment.