Navigation Menu

Skip to content

Commit

Permalink
[misc]更新依赖包
Browse files Browse the repository at this point in the history
  • Loading branch information
dengliang committed Aug 1, 2017
1 parent bef10b2 commit 440bcab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion config/index.js
Expand Up @@ -24,7 +24,8 @@ module.exports = {
dev: {
env: require('./dev.env'),
port: 8080,
autoOpenBrowser: false,
// autoOpenBrowser: false,
autoOpenBrowser: true,
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {
Expand Down
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -13,15 +13,14 @@
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"dependencies": {
"@tweenjs/tween.js": "^17.1.0",
"alloytouch": "^0.2.4",
"base-64": "^0.1.0",
"css3transform": "^1.1.5",
"hammerjs": "^2.0.8",
"iscroll": "^5.2.0",
"mint-ui": "^2.2.3",
"node-sass": "^4.5.2",
"stackblur-canvas": "^1.4.0",
"tween.js": "^16.6.0",
"utf8": "^2.1.2",
"velocity-animate": "^1.5.0",
"vue": "^2.3.3",
Expand Down Expand Up @@ -61,7 +60,7 @@
"lolex": "^1.6.0",
"mocha": "^3.4.2",
"nightwatch": "^0.9.12",
"node-sass": "^4.5.0",
"node-sass": "^4.5.3",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/header.vue
Expand Up @@ -21,7 +21,7 @@
* 重写Mini-UI Header 来实现更多自定义效果
* 增加Title 切换动画和长标题自动滚动功能
*/
import TWEEN from 'tween.js';
import TWEEN from '@tweenjs/tween.js';
export default {
name: 'mt-header',
Expand Down
2 changes: 1 addition & 1 deletion src/components/lyrics.vue
Expand Up @@ -28,7 +28,7 @@
* 来执行属性变化的计算,并通过Window.requestAnimationFrame来优化,但是这样做需要在
* 短时间内执行大量的DOM操作,因此这个效果仍然会带来大量的内存消耗
* ========================================================================= */
import TWEEN from 'tween.js';
import TWEEN from '@tweenjs/tween.js';
import AlloyTouch from 'alloytouch';
import Transform from 'css3transform';
import { mapState, mapMutations } from 'vuex';
Expand Down
Empty file added src/sass/packages/progress.scss
Empty file.
1 change: 1 addition & 0 deletions src/store/index.js
Expand Up @@ -198,6 +198,7 @@ export default new Vuex.Store({
};
state.songlist = [];
state.songMsg = defaultSongMsg;

// dispatch('resetProgress');
commit('pause', 'pause');
}
Expand Down

0 comments on commit 440bcab

Please sign in to comment.