Skip to content

Commit af7d610

Browse files
committed
Pin Neat v1.9 to avoid node-gyp 3.8
1 parent fb934e0 commit af7d610

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"bourbon": "~4.3",
12-
"bourbon-neat": "~1.7",
12+
"bourbon-neat": "~1.9",
1313
"css-loader": "^2.1.1",
1414
"file-loader": "^3.0.1",
1515
"font-awesome": "^4.7.0",

sphinx_rtd_theme/static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.dev.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const path = require('path');
22
const merge = require('webpack-merge');
33
const exec = require('child_process').exec;
4-
const FilewatcherPlugin = require('filewatcher-webpack-plugin');
54
const WatchPlugin = require('webpack-watch-files-plugin').default;
65
const ShellPlugin = require('webpack-shell-plugin');
76
const common = require('./webpack.common.js');

0 commit comments

Comments
 (0)