add 'use strict'; to index.js

This commit is contained in:
Josh Ponelat
2015-11-20 08:58:39 +02:00
parent d66526d802
commit de52eb776c
3 changed files with 384 additions and 384 deletions

View File

@@ -1,7 +1,9 @@
'use strict';
var pack = require('./package');
var path = require('path');
module.exports = {
version: pack.version,
dist: path.resolve(__dirname, 'dist')
};
};