Skip to content

Commit

Permalink
Sort package json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Steam committed Mar 12, 2020
1 parent 40b8aa0 commit 932cc46
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 14 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -82,8 +83,5 @@
"ts-jest": "^25.2.1",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"peerDependencies": {
"rxjs": "^6.5.4"
}
}
Loading

0 comments on commit 932cc46

Please sign in to comment.