Adding alt instance

This commit is contained in:
Jeffrey Morgan 2015-04-21 21:35:10 -04:00
parent 8daa24cbc4
commit b68ffe98c3
1 changed files with 2 additions and 0 deletions

2
src/alt.js Normal file
View File

@ -0,0 +1,2 @@
var Alt = require('alt');
module.exports = new Alt();