Skip to content
This repository was archived by the owner on Dec 23, 2018. It is now read-only.

Commit f00b498

Browse files
committed
Add development dependency on web-ext-types for TypeScript introspection while coding
1 parent 00f4eca commit f00b498

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313

1414
# `web-ext` tool build artifacts
1515
/web-ext-artifacts
16+
17+
# Package manager cache
18+
/node_modules

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"devDependencies": {
3+
"web-ext-types": "https://github.com/kelseasy/web-ext-types.git"
4+
}
5+
}

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
"web-ext-types@https://github.com/kelseasy/web-ext-types.git":
6+
version "2.1.0"
7+
resolved "https://github.com/kelseasy/web-ext-types.git#5f6e888318984c185413f8943d2616915e2af88f"

0 commit comments

Comments
 (0)