mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-04-30 02:16:06 +08:00
chore: add changelog 4.6.6
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
<a name="4.6.6"></a>
|
||||||
|
## [4.6.6](https://github.com/QingWei-Li/docsify/compare/v4.6.5...v4.6.6) (2018-03-03)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="4.6.5"></a>
|
<a name="4.6.5"></a>
|
||||||
## [4.6.5](https://github.com/QingWei-Li/docsify/compare/v4.6.4...v4.6.5) (2018-03-03)
|
## [4.6.5](https://github.com/QingWei-Li/docsify/compare/v4.6.4...v4.6.5) (2018-03-03)
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "docsify",
|
"name": "docsify",
|
||||||
"version": "4.6.5",
|
"version": "4.6.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
22
package.json
22
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "docsify",
|
"name": "docsify",
|
||||||
"version": "4.6.5",
|
"version": "4.6.6",
|
||||||
"description": "A magical documentation generator.",
|
"description": "A magical documentation generator.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "qingwei-li",
|
"name": "qingwei-li",
|
||||||
@@ -14,7 +14,11 @@
|
|||||||
"url": "git+https://github.com/QingWei-Li/docsify.git"
|
"url": "git+https://github.com/QingWei-Li/docsify.git"
|
||||||
},
|
},
|
||||||
"main": "lib/docsify.js",
|
"main": "lib/docsify.js",
|
||||||
"files": ["lib", "src", "themes"],
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"src",
|
||||||
|
"themes"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "npm i && lerna bootstrap && npm run build:ssr",
|
"bootstrap": "npm i && lerna bootstrap && npm run build:ssr",
|
||||||
"serve": "node server",
|
"serve": "node server",
|
||||||
@@ -26,14 +30,12 @@
|
|||||||
"css": "stylus src/themes/*.styl -u autoprefixer-stylus",
|
"css": "stylus src/themes/*.styl -u autoprefixer-stylus",
|
||||||
"watch:css": "run-p 'css -- -o themes -w'",
|
"watch:css": "run-p 'css -- -o themes -w'",
|
||||||
"watch:js": "node build/build.js",
|
"watch:js": "node build/build.js",
|
||||||
"build:css:min":
|
"build:css:min": "mkdir lib/themes && run-p 'css -- -o lib/themes' && node build/mincss.js",
|
||||||
"mkdir lib/themes && run-p 'css -- -o lib/themes' && node build/mincss.js",
|
|
||||||
"build:css": "mkdir themes && run-p 'css -- -o themes'",
|
"build:css": "mkdir themes && run-p 'css -- -o themes'",
|
||||||
"build:js": "cross-env NODE_ENV=production node build/build.js",
|
"build:js": "cross-env NODE_ENV=production node build/build.js",
|
||||||
"build:ssr": "node build/ssr.js",
|
"build:ssr": "node build/ssr.js",
|
||||||
"build:cover": "node build/cover.js",
|
"build:cover": "node build/cover.js",
|
||||||
"build":
|
"build": "rimraf lib themes && run-s build:js build:css build:css:min build:ssr build:cover",
|
||||||
"rimraf lib themes && run-s build:js build:css build:css:min build:ssr build:cover",
|
|
||||||
"pub:next": "cross-env RELEASE_TAG=next sh build/release.sh",
|
"pub:next": "cross-env RELEASE_TAG=next sh build/release.sh",
|
||||||
"pub": "sh build/release.sh",
|
"pub": "sh build/release.sh",
|
||||||
"postinstall": "opencollective postinstall"
|
"postinstall": "opencollective postinstall"
|
||||||
@@ -67,7 +69,13 @@
|
|||||||
"rollup-plugin-uglify": "^2.0.1",
|
"rollup-plugin-uglify": "^2.0.1",
|
||||||
"stylus": "^0.54.5"
|
"stylus": "^0.54.5"
|
||||||
},
|
},
|
||||||
"keywords": ["doc", "docs", "documentation", "creator", "generator"],
|
"keywords": [
|
||||||
|
"doc",
|
||||||
|
"docs",
|
||||||
|
"documentation",
|
||||||
|
"creator",
|
||||||
|
"generator"
|
||||||
|
],
|
||||||
"collective": {
|
"collective": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
"url": "https://opencollective.com/docsify",
|
"url": "https://opencollective.com/docsify",
|
||||||
|
|||||||
Reference in New Issue
Block a user