Skip to content

Commit 442741b

Browse files
authored
chore(deps): Move rimraf to devDependencies
2 parents 600ab26 + f81258f commit 442741b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"babel-preset-es2015": "6.24.1",
5656
"babel-preset-stage-0": "6.24.1",
5757
"cpx": "1.5.0",
58+
"rimraf": "^2.6.2",
5859
"tslint": "5.8.0",
5960
"tslint-config-standard": "7.0.0",
6061
"typescript": "2.6.2"
@@ -64,7 +65,6 @@
6465
"graphql-import": "^0.3.0",
6566
"graphql-request": "^1.4.0",
6667
"js-yaml": "^3.10.0",
67-
"minimatch": "^3.0.4",
68-
"rimraf": "^2.6.2"
68+
"minimatch": "^3.0.4"
6969
}
7070
}

0 commit comments

Comments
 (0)