package.json: Move difflib to devDependencies.

We introduced this a couple of commits ago (in #7782) for use in the
tests only.  Putting it here avoids pulling in a new dependency in
production which we don't use there.
This commit is contained in:
Greg Price 2017-12-18 19:09:03 -08:00
parent 8936d03f3a
commit e34852acf6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@
"@types/webpack": "3.0.13",
"blueimp-md5": "2.10.0",
"clipboard": "1.5.16",
"difflib": "0.2.4",
"emoji-datasource": "3.0.0",
"emoji-datasource-apple": "3.0.0",
"emoji-datasource-emojione": "3.0.0",
@ -48,6 +47,7 @@
"devDependencies": {
"casperjs": "casperjs/casperjs",
"cssstyle": "0.2.29",
"difflib": "0.2.4",
"eslint": "3.9.1",
"htmlparser2": "3.8.3",
"istanbul": "0.4.5",