Skip to content

Commit

Permalink
Drop global @types/chrome dependency (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jan 29, 2023
1 parent 2e0f73c commit 8d9ba9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
]
},
"dependencies": {
"@types/chrome": "0.0.210",
"webext-patterns": "^1.3.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/chrome": "^0.0.210",
"ava": "^5.1.1",
"typescript": "^4.9.4",
"xo": "^0.53.1"
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Or use `npm`:

```sh
npm install webext-additional-permissions
# If you're using TypeScript, I suggest also installing @types/chrome
# If you're using TypeScript, also run
npm install -D @types/chrome
```

```js
Expand Down

0 comments on commit 8d9ba9d

Please sign in to comment.