Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

fix(zipper): add ‘use strict’ to exampleZipper.js #3327

Merged
merged 1 commit into from
Mar 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tools/example-zipper/exampleZipper.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

// Canonical path provides a consistent path (i.e. always forward slashes) across different OSes
var path = require('canonical-path');
var jsonfile = require('jsonfile');
Expand Down