Skip to content

Commit

Permalink
Fix deno import maps
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Aug 19, 2023
1 parent 98294f2 commit 4f97311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm test
- run: deno test test
- run: deno test --import-map=import_map.json test

run-tests-windows:
runs-on: windows-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ in various environments.
To install, run:

```sh
npm install "@exact-realty/ecmascript-sandbox"
npm install "@exact-realty/lot"
```

```sh
yarn add "@exact-realty/ecmascript-sandbox"
yarn add "@exact-realty/lot"
```

### 📚 Usage
Expand Down

0 comments on commit 4f97311

Please sign in to comment.