mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Pin Neat v1.9 to avoid node-gyp 3.8
This commit is contained in:
parent
fb934e0916
commit
af7d610bb9
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bourbon": "~4.3",
|
"bourbon": "~4.3",
|
||||||
"bourbon-neat": "~1.7",
|
"bourbon-neat": "~1.9",
|
||||||
"css-loader": "^2.1.1",
|
"css-loader": "^2.1.1",
|
||||||
"file-loader": "^3.0.1",
|
"file-loader": "^3.0.1",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,6 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const merge = require('webpack-merge');
|
const merge = require('webpack-merge');
|
||||||
const exec = require('child_process').exec;
|
const exec = require('child_process').exec;
|
||||||
const FilewatcherPlugin = require('filewatcher-webpack-plugin');
|
|
||||||
const WatchPlugin = require('webpack-watch-files-plugin').default;
|
const WatchPlugin = require('webpack-watch-files-plugin').default;
|
||||||
const ShellPlugin = require('webpack-shell-plugin');
|
const ShellPlugin = require('webpack-shell-plugin');
|
||||||
const common = require('./webpack.common.js');
|
const common = require('./webpack.common.js');
|
||||||
|
Loading…
Reference in New Issue
Block a user