Skip to content

Commit

Permalink
fix(init): use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Nov 10, 2017
1 parent 332db8d commit 198c8ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

const fs = require('fs');
const path = require('path');
const pbjs = require('protobufjs/cli').pbjs;
Expand Down

0 comments on commit 198c8ec

Please sign in to comment.