File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 // Is this the exact released version, or a later development version?
1717 /* This is automatically temporarily replaced when publishing a release,
1818 so please don't edit this. */
19- distribution : 'MARK_RELEASE ' ,
19+ distribution : 'MARK_DEVELOPMENT ' ,
2020 _ : ( lodash ? 'lodash ' : '' ) + _ . VERSION ,
2121 $ : ! $ ? false : $ . fn && $ . fn . jquery ? $ . fn . jquery :
2222 $ . zepto ? 'zepto' : $ . ender ? 'ender' : true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default function() {
1313 // Is this the exact released version, or a later development version?
1414 /* This is automatically temporarily replaced when publishing a release,
1515 so please don't edit this. */
16- distribution : 'MARK_RELEASE ' ,
16+ distribution : 'MARK_DEVELOPMENT ' ,
1717 _ : ( lodash ? 'lodash ' : '' ) + _ . VERSION ,
1818 $ : ! $ ? false : $ . fn && $ . fn . jquery ? $ . fn . jquery :
1919 $ . zepto ? 'zepto' : $ . ender ? 'ender' : true
You can’t perform that action at this time.
0 commit comments