Skip to content

Commit

Permalink
feat(build): remove rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Jul 23, 2020
1 parent bf8074b commit 2ba50a1
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 190 deletions.
204 changes: 49 additions & 155 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist/**/* && tsc -d --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js",
"build": "rimraf dist/**/* && tsc",
"format": "prettier --write \"src/**/*.{ts,tsx,json}\"",
"lint": "eslint . --ext .ts,.tsx"
},
Expand All @@ -31,16 +31,14 @@
"dependencies": {
"apollo-cache-control": "^0.11.1",
"apollo-server-caching": "^0.5.2",
"apollo-server-plugin-base": "^0.9.1",
"graphql": "^15.3.0",
"apollo-server-plugin-base": "^0.6.8",
"graphql": "^14.7.0",
"graphql-tools": "^6.0.14",
"lodash": "^4.17.19"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/graphql": "^14.5.0",
"@types/ioredis": "^4.17.2",
"@types/lodash": "^4.14.158",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
Expand All @@ -52,12 +50,10 @@
"husky": "^4.2.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.22.2",
"rollup-plugin-peer-deps-external": "^2.2.3",
"typescript": "^3.9.7"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
"graphql": "^14.0.0",
"graphql-tools": "^6.0.0",
"lodash": "^4.0.0"
},
Expand Down
25 changes: 0 additions & 25 deletions rollup.config.js

This file was deleted.

Loading

0 comments on commit 2ba50a1

Please sign in to comment.