Skip to content

Commit

Permalink
🎨 优化代码 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuowenli authored Jul 24, 2020
1 parent 18573d9 commit 8339b8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "githuber",
"version": "1.6.3",
"version": "1.6.4",
"main": "index.js",
"repository": "[email protected]:zhuowenli/githuber.git",
"author": "卓文理 <[email protected]>",
Expand All @@ -23,6 +23,7 @@
"dependencies": {
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.7.2",
"csshake": "^1.5.3",
"element-ui": "^2.13.2",
"file-saver": "^1.3.8",
Expand Down
1 change: 1 addition & 0 deletions src/views/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</template>

<script>
import Promise from 'bluebird';
import { mapActions } from 'vuex';
import octicons from 'octicons';
import searchBox from './components/search.vue';
Expand Down
1 change: 1 addition & 0 deletions src/vuex/modules/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

'use strict';

import Promise from 'bluebird';
import { get } from '../../services/fetch';
import * as types from '../types';
import storage from '../../services/storage';
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "GITHUBER - 开发者的新标签页",
"description": "这是一个帮助 GitHub 开发者每日发现优质内容的 Chrome 主页拓展。",
"version": "1.6.3",
"version": "1.6.4",
"icons": {
"16": "assets/icon/icon-16.png",
"48": "assets/icon/icon-48.png",
Expand Down

0 comments on commit 8339b8f

Please sign in to comment.