Skip to content

Commit

Permalink
chore: upgrade several library.
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-xiao-jian committed Dec 20, 2017
1 parent 3c8de1f commit 061e751
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lib/tool/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@ module.exports = {
'web-animations-js': 'https://unpkg.com/web-animations-js@2.3.1/web-animations.min.js',
env: {
development: {
react: 'https://cdn.bootcss.com/react/15.6.1/react.js',
react: 'https://cdn.bootcss.com/react/16.2.0/umd/react.development.js',
'react-dom': 'https://cdn.bootcss.com/react-dom/16.2.0/umd/react-dom.development.js',
jquery: 'https://cdn.bootcss.com/jquery/3.2.1/jquery.js',
lodash: 'https://cdn.bootcss.com/lodash.js/4.17.4/lodash.js',
echarts: 'https://cdn.bootcss.com/echarts/3.7.0/echarts.js',
angular: 'https://cdn.bootcss.com/angular.js/1.6.6/angular.js',
'react-dom': 'https://cdn.bootcss.com/react/15.6.1/react-dom.js',
echarts: 'https://cdn.bootcss.com/echarts/3.8.5/echarts.js',
angular: 'https://cdn.bootcss.com/angular.js/1.6.7/angular.js',
bootstrap: {
url: 'https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.js',
linkage: ['https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.css']
},
moment: {
url: 'https://cdn.bootcss.com/moment.js/2.18.1/moment.js',
linkage: ['https://cdn.bootcss.com/moment.js/2.18.1/locale/zh-cn.js']
url: 'https://cdn.bootcss.com/moment.js/2.19.4/moment.js',
linkage: ['https://cdn.bootcss.com/moment.js/2.19.4/locale/zh-cn.js']
}
},
production: {
react: 'https://cdn.bootcss.com/react/15.6.1/react.min.js',
react: 'https://cdn.bootcss.com/react/16.2.0/umd/react.production.min.js',
'react-dom': 'https://cdn.bootcss.com/react-dom/16.2.0/umd/react-dom.production.min.js',
jquery: 'https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js',
lodash: 'https://cdn.bootcss.com/lodash.js/4.17.4/lodash.min.js',
echarts: 'https://cdn.bootcss.com/echarts/3.7.0/echarts.min.js',
angular: 'https://cdn.bootcss.com/angular.js/1.6.6/angular.min.js',
'react-dom': 'https://cdn.bootcss.com/react/15.6.1/react-dom.min.js',
echarts: 'https://cdn.bootcss.com/echarts/3.8.5/echarts.min.js',
angular: 'https://cdn.bootcss.com/angular.js/1.6.7/angular.min.js',
bootstrap: {
url: 'https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js',
linkage: ['https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css']
},
moment: {
url: 'https://cdn.bootcss.com/moment.js/2.18.1/moment.min.js',
linkage: ['https://cdn.bootcss.com/moment.js/2.18.1/locale/zh-cn.js']
url: 'https://cdn.bootcss.com/moment.js/2.19.4/moment.min.js',
linkage: ['https://cdn.bootcss.com/moment.js/2.19.4/locale/zh-cn.js']
}
}
}
Expand Down

0 comments on commit 061e751

Please sign in to comment.