diff options
author | Soreine <nicolas@gitbook.com> | 2016-10-13 17:30:09 +0200 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-10-13 17:31:33 +0200 |
commit | 52f9409e2498e7e083f976ac9d9113781c3681d0 (patch) | |
tree | d18cbb101956bd3896bedc651a39ca34db5cb203 | |
parent | 05646996c0ef2f1a474bd547153b8ef87f89ac6e (diff) | |
download | gitbook-52f9409e2498e7e083f976ac9d9113781c3681d0.zip gitbook-52f9409e2498e7e083f976ac9d9113781c3681d0.tar.gz gitbook-52f9409e2498e7e083f976ac9d9113781c3681d0.tar.bz2 |
gitbook-plugin: Add eslint as devDependency
-rw-r--r-- | packages/gitbook-plugin/src/create.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gitbook-plugin/src/create.js b/packages/gitbook-plugin/src/create.js index 756e0dd..fa8942f 100644 --- a/packages/gitbook-plugin/src/create.js +++ b/packages/gitbook-plugin/src/create.js @@ -22,6 +22,7 @@ function create(outputDir, spec) { }, 'devDependencies': { 'gitbook-plugin': '^' + GITBOOK_VERSION, + 'eslint': '3.7.1', 'eslint-config-gitbook': '1.4.0' }, 'engines': { |