Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit de52eb7

Browse files
committedNov 20, 2015
add 'use strict'; to index.js
1 parent d66526d commit de52eb7

File tree

3 files changed

+881
-881
lines changed

3 files changed

+881
-881
lines changed
 

‎dist/swagger-ui.js

+864-864
Large diffs are not rendered by default.

‎dist/swagger-ui.min.js

+14-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
'use strict';
2+
13
var pack = require('./package');
24
var path = require('path');
35

46
module.exports = {
57
version: pack.version,
68
dist: path.resolve(__dirname, 'dist')
7-
};
9+
};

0 commit comments

Comments
 (0)
This repository has been archived.