Skip to content

Commit a08e3d6

Browse files
committed
Bump to a valid version scheme, bump node-sass for Node 14 support
1 parent 4efbdbc commit a08e3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sphinx_rtd_theme",
33
"main": "js/theme.js",
4-
"version": "1.0.1alpha1",
4+
"version": "1.1.0-alpha.0",
55
"scripts": {
66
"dev": "webpack-dev-server --open --config webpack.dev.js",
77
"build": "webpack --config webpack.prod.js",
@@ -30,7 +30,7 @@
3030
"jquery": "^3.6.0",
3131
"lato-font": "^3.0.0",
3232
"mini-css-extract-plugin": "^0.6.0",
33-
"node-sass": "^4.13.1",
33+
"node-sass": "^4.14.1",
3434
"optimize-css-assets-webpack-plugin": "^5.0.4",
3535
"roboto-fontface": "^0.10.0",
3636
"sass-loader": "^7.3.0",

0 commit comments

Comments
 (0)