diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-13 00:18:47 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-13 00:18:47 +0200 |
commit | ba56801352359e606e261b1fc066af4e394c47c9 (patch) | |
tree | 20c26cfd18f30858baf7527f3720e9011e3b6f57 /packages/gitbook-plugin-livereload | |
parent | 48ee0e35b0a9f77cfc66b2ec35a45e487020c847 (diff) | |
download | gitbook-ba56801352359e606e261b1fc066af4e394c47c9.zip gitbook-ba56801352359e606e261b1fc066af4e394c47c9.tar.gz gitbook-ba56801352359e606e261b1fc066af4e394c47c9.tar.bz2 |
Add base for new fontsettings plugin
Diffstat (limited to 'packages/gitbook-plugin-livereload')
-rw-r--r-- | packages/gitbook-plugin-livereload/package.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/packages/gitbook-plugin-livereload/package.json b/packages/gitbook-plugin-livereload/package.json index 132ef95..58ab612 100644 --- a/packages/gitbook-plugin-livereload/package.json +++ b/packages/gitbook-plugin-livereload/package.json @@ -1,26 +1,26 @@ { - "name": "gitbook-plugin-livereload", - "description": "Live reloading for your gitbook", - "main": "index.js", - "browser": "./_assets/plugin.js", - "version": "4.0.0", - "engines": { - "gitbook": "*" - }, - "dependencies": { - "gitbook-core": "4.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" - }, - "license": "Apache 2", - "bugs": { - "url": "https://github.com/GitbookIO/gitbook/issues" - } + "name": "gitbook-plugin-livereload", + "description": "Live reloading for your gitbook", + "main": "index.js", + "browser": "./_assets/plugin.js", + "version": "4.0.0", + "engines": { + "gitbook": "*" + }, + "dependencies": { + "gitbook-core": "4.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" + }, + "license": "Apache 2", + "bugs": { + "url": "https://github.com/GitbookIO/gitbook/issues" + } }
\ No newline at end of file |