Skip to content

Commit

Permalink
chore(gatsby-plugin-offline): Move cpx to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee authored and DSchau committed Feb 18, 2019
1 parent 41f54f5 commit 79fc737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
Expand Up @@ -9,7 +9,6 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"cheerio": "^1.0.0-rc.2",
"cpx": "^1.5.0",
"idb-keyval": "^3.1.0",
"lodash": "^4.17.10",
"workbox-build": "^3.6.3"
Expand All @@ -18,7 +17,8 @@
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.1.3",
"cross-env": "^5.1.4"
"cross-env": "^5.1.4",
"cpx": "^1.5.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
"keywords": [
Expand Down

0 comments on commit 79fc737

Please sign in to comment.