Merge branch 'master' of github.com:wordnik/swagger-ui

This commit is contained in:
Tony Tam
2014-03-19 21:50:41 -07:00

7
index.js Normal file
View File

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