Skip to content

Commit

Permalink
Replace formatio with @sinonjs/formatio
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick authored and fatso83 committed Feb 10, 2018
1 parent f4e44ac commit a21e4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sinon/util/core/format.js
@@ -1,6 +1,6 @@
"use strict";

var formatio = require("formatio");
var formatio = require("@sinonjs/formatio");

var formatter = formatio.configure({
quoteStrings: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,8 +37,8 @@
"docs/**/*.md": "markdownlint"
},
"dependencies": {
"@sinonjs/formatio": "^2.0.0",
"diff": "^3.1.0",
"formatio": "1.2.0",
"lodash.get": "^4.4.2",
"lolex": "^2.2.0",
"nise": "^1.2.0",
Expand Down

0 comments on commit a21e4f7

Please sign in to comment.