Skip to content

Commit

Permalink
Fix dev dep to pro (#1521)
Browse files Browse the repository at this point in the history
NOTE: Interesting... proc manager didn't show any error... e.g. `npm install` didn't install the dependency. Top level code compliance needed.

Post #1520

Auto-merge
  • Loading branch information
Martii committed Sep 23, 2018
1 parent a885a65 commit ef6bd40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"pegjs": "0.10.0",
"request": "2.88.0",
"rfc2047": "2.0.1",
"s3rver": "2.2.6",
"sanitize-html": "1.18.5",
"select2": "3.5.2-browserify",
"select2-bootstrap-css": "1.4.6",
Expand All @@ -68,9 +69,6 @@
"underscore": "1.9.1",
"useragent": "2.3.0"
},
"devDependencies": {
"s3rver": "2.2.6"
},
"optionalDependencies": {
"kerberos": "1.0.0"
},
Expand Down

0 comments on commit ef6bd40

Please sign in to comment.