Skip to content

Commit d051e17

Browse files
committed
updates
1 parent 30a517a commit d051e17

File tree

6 files changed

+8975
-8965
lines changed

6 files changed

+8975
-8965
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
update:
2-
rm db.json
3-
node_modules/.bin/hexo generate
2+
rm -rf db.json
3+
hexo generate
44
cp -R ./todomvc public/examples
55

66
deploy: update
7-
node_modules/.bin/hexo deploy
7+
hexo deploy
88

99
test:
1010
npm test

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.27",
44
"private": true,
55
"hexo": {
6-
"version": "3.2.0"
6+
"version": "3.9.0"
77
},
88
"dependencies": {
99
"hexo": "^3.2.0",
@@ -28,4 +28,4 @@
2828
"test": "npm run lint",
2929
"lint": "textlint --rulesdir ./node_modules/textlint-checker-for-vuejs-jp-docs/rules/textlint-rule-vue-jp-docs ./src/guide/*.md ./src/api/*.md ./src/examples/*.md ./src/_posts/1.0.0-release.md -f pretty-error"
3030
}
31-
}
31+
}

src/guide/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: インストール
33
type: guide
44
order: 0
55
vue_version: 1.0.28
6-
dev_size: "269.97"
7-
min_size: "75.75"
8-
gz_size: "26.27"
6+
dev_size: "252.14"
7+
min_size: "75.44"
8+
gz_size: "26.06"
99
---
1010

1111
### 互換性の注意

themes/vue/layout/layout.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<% } %>
4040

4141
<script src="//cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js"></script>
42-
<script src="https://cdn.jsdelivr.net/gh/shentao/vuejs-outdated-docs-modal@v1.3/prompt.min.js"></script>
42+
<script src="https://cdn.jsdelivr.net/gh/tnir/vuejs-012-jp-outdated-docs-modal@012-jp-v2.1.0/prompt.min.js"></script>
4343
<script>
4444
document.addEventListener('DOMContentLoaded', function() {
4545
FastClick.attach(document.body);

0 commit comments

Comments
 (0)