Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
add use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 19, 2016
1 parent f72ba58 commit 7360aa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
'use strict'

exports.importer = require('./importer.js')
exports.exporter = require('./exporter.js')

0 comments on commit 7360aa5

Please sign in to comment.