diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-10 12:45:18 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-10 12:45:18 +0200 |
commit | 66231f8b7f5b74efb15e2c6aa34af796e68b58c8 (patch) | |
tree | 206ed8cfeb55a270cade81647e19e2092f3d1a0c /packages/gitbook-plugin-headings | |
parent | 7037ac55bd444441fcacefa1224a6c36e3ecd7a6 (diff) | |
download | gitbook-66231f8b7f5b74efb15e2c6aa34af796e68b58c8.zip gitbook-66231f8b7f5b74efb15e2c6aa34af796e68b58c8.tar.gz gitbook-66231f8b7f5b74efb15e2c6aa34af796e68b58c8.tar.bz2 |
Add plugin "copy-code" to default
Diffstat (limited to 'packages/gitbook-plugin-headings')
-rw-r--r-- | packages/gitbook-plugin-headings/package.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/packages/gitbook-plugin-headings/package.json b/packages/gitbook-plugin-headings/package.json index 3eb8b76..a733958 100644 --- a/packages/gitbook-plugin-headings/package.json +++ b/packages/gitbook-plugin-headings/package.json @@ -1,38 +1,38 @@ { - "name": "gitbook-plugin-headings", - "description": "Automatically add anchors to headings", - "main": "index.js", - "browser": "./_assets/plugin.js", - "version": "4.0.0", - "dependencies": { + "name": "gitbook-plugin-headings", + "description": "Automatically add anchors to headings", + "main": "index.js", + "browser": "./_assets/plugin.js", + "version": "4.0.0", + "dependencies": { "classnames": "^2.2.5", - "gitbook-core": "^4.0.0" - }, - "devDependencies": { - "gitbook-plugin": "4.0.0" - }, - "engines": { - "gitbook": ">=3.0.0" - }, - "scripts": { - "build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js", - "prepublish": "npm run build-js" - }, - "homepage": "https://github.com/GitbookIO/gitbook", - "repository": { - "type": "git", - "url": "https://github.com/GitbookIO/gitbook.git" - }, - "bugs": { - "url": "https://github.com/GitbookIO/gitbook/issues" - }, - "gitbook": { - "properties": { - "position": { - "type": "string", - "title": "Position of anchors", - "default": "left" + "gitbook-core": "4.0.0" + }, + "devDependencies": { + "gitbook-plugin": "4.0.0" + }, + "engines": { + "gitbook": ">=3.0.0" + }, + "scripts": { + "build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js", + "prepublish": "npm run build-js" + }, + "homepage": "https://github.com/GitbookIO/gitbook", + "repository": { + "type": "git", + "url": "https://github.com/GitbookIO/gitbook.git" + }, + "bugs": { + "url": "https://github.com/GitbookIO/gitbook/issues" + }, + "gitbook": { + "properties": { + "position": { + "type": "string", + "title": "Position of anchors", + "default": "left" + } } - } - } -} + } +}
\ No newline at end of file |