Skip to content

Commit 79fc737

Browse files
sidharthachatterjeeDSchau
authored andcommitted
chore(gatsby-plugin-offline): Move cpx to devDependencies
1 parent 41f54f5 commit 79fc737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby-plugin-offline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"cheerio": "^1.0.0-rc.2",
12-
"cpx": "^1.5.0",
1312
"idb-keyval": "^3.1.0",
1413
"lodash": "^4.17.10",
1514
"workbox-build": "^3.6.3"
@@ -18,7 +17,8 @@
1817
"@babel/cli": "^7.0.0",
1918
"@babel/core": "^7.0.0",
2019
"babel-preset-gatsby-package": "^0.1.3",
21-
"cross-env": "^5.1.4"
20+
"cross-env": "^5.1.4",
21+
"cpx": "^1.5.0"
2222
},
2323
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
2424
"keywords": [

0 commit comments

Comments
 (0)