2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Use different coding style for Gruntfile

Fixes #12657
This commit is contained in:
Zlatan Vasović
2014-02-08 21:59:17 +01:00
committed by Chris Rebert
parent 9afead3fb0
commit ba4206b644
7 changed files with 46 additions and 28 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
This Grunt task updates the npm-shrinkwrap.canonical.json file that's used as the key for Bootstrap's npm packages cache.
This task should be run and the updated file should be committed whenever Bootstrap's dependencies change.
*/
'use strict';
var canonicallyJsonStringify = require('canonical-json');
var NON_CANONICAL_FILE = 'npm-shrinkwrap.json';
var DEST_FILE = 'test-infra/npm-shrinkwrap.canonical.json';