Skip to content

Commit ec0f5d0

Browse files
committed
Fix merge errors
1 parent f97e764 commit ec0f5d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"alias": {
8787
"these-are-just-mocks-for-parcel-tests": "yolo",
8888
"webext-additional-permissions": "./test/demo-extension/webext-additional-permissions.js",
89-
"webext-dynamic-content-scripts": "./source/index.ts",
89+
"webext-dynamic-content-scripts": "./source/",
9090
"./source/*.js": "./source/$1.ts"
9191
},
9292
"targets": {

source/active-tab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {isScriptableUrl} from 'webext-content-scripts';
2-
import {SimpleEventTarget} from '../simple-event-target';
2+
import {SimpleEventTarget} from './simple-event-target';
33

44
type TabId = number;
55
type Origin = string;

0 commit comments

Comments
 (0)