File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11test
22.eslint *
33.travis *
4+ .npmignore
Original file line number Diff line number Diff line change 1- ; ( function ( factory ) {
1+ /* eslint-disable strict */
2+ // UMD template: https://github.com/ForbesLindesay/umd/blob/master/template.js
3+ ; ( function ( factory ) { // eslint-disable-line no-extra-semi
24
35 // CommonJS
46 if ( typeof exports === 'object' && typeof module !== 'undefined' ) {
57 module . exports = factory ( ) ;
68
79 // RequireJS (AMD)
8- } else if ( typeof define === 'function' && define . amd ) {
9- define ( [ ] , factory ( ) ) ;
10+ } else if ( typeof define === 'function' && define . amd ) { // eslint-disable-line no-undef
11+ define ( [ ] , factory ( ) ) ; // eslint-disable-line no-undef
1012
1113 // Browser (script tag)
1214 } else {
You can’t perform that action at this time.
0 commit comments