mirror of https://github.com/zulip/zulip.git
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:
parent
8936d03f3a
commit
e34852acf6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue