Skip to content

Commit

Permalink
npm config fixed [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
LoeiFy committed Mar 2, 2018
1 parent b632303 commit 2bf1ade
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*.log
*~
.DS_Store
node_modules/*
node_modules/

.vscode

Expand Down
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) LoeiFy@gmail.com
Copyright (c) 2015-present LoeiFy@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Mirror",
"version": "1.3.3",
"version": "1.3.4",
"description": "A blog tool powered by GitHub issues",
"preferGlobal": "true",
"preferGlobal": true,
"bin": {
"mirror": "./bin/mirror.js"
},
Expand Down

0 comments on commit 2bf1ade

Please sign in to comment.