Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Commit

Permalink
remove dependency on lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
evans committed Mar 6, 2018
1 parent 4262555 commit 125e99e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/apollo-link-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/apollographql/apollo-link-state#readme",
"scripts": {
"build:browser":
"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i lodash --i apollo-utilities --i graphql-anywhere && npm run minify:browser",
"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser",
"build": "tsc -p .",
"bundle": "rollup -c",
"clean": "rimraf lib/* && rimraf coverage/*",
Expand Down Expand Up @@ -50,7 +50,6 @@
"devDependencies": {
"@types/graphql": "0.11.5",
"@types/jest": "21.1.5",
"@types/lodash": "^4.14.102",
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.0",
"apollo-link": "^1.0.0",
Expand Down Expand Up @@ -80,8 +79,7 @@
},
"dependencies": {
"apollo-utilities": "^1.0.8",
"graphql-anywhere": "^4.1.0-alpha.0",
"lodash": "^4.17.5"
"graphql-anywhere": "^4.1.0-alpha.0"
},
"lint-staged": {
"*.ts*": [
Expand Down

0 comments on commit 125e99e

Please sign in to comment.