-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jack Steam
committed
Mar 12, 2020
1 parent
40b8aa0
commit 932cc46
Showing
2 changed files
with
469 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,13 @@ | |
}, | ||
"license": "MIT", | ||
"author": "Jack and Amy Steam <[email protected]>", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.esm.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"types" | ||
], | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.esm.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"build": "run-p build:dev build:types", | ||
"build:dev": "rollup -c --environment NODE_ENV:development", | ||
|
@@ -44,9 +44,10 @@ | |
"preversion": "run-s test:quick" | ||
}, | ||
"dependencies": { | ||
"@bumble/jest-chrome": "0.4.0" | ||
"rxjs": "^6.5.4" | ||
}, | ||
"devDependencies": { | ||
"@bumble/jest-chrome": "^0.5.1", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"@rollup/plugin-typescript": "^3.0.0", | ||
|
@@ -82,8 +83,5 @@ | |
"ts-jest": "^25.2.1", | ||
"tslib": "^1.11.1", | ||
"typescript": "^3.8.3" | ||
}, | ||
"peerDependencies": { | ||
"rxjs": "^6.5.4" | ||
} | ||
} |
Oops, something went wrong.