Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Bach <benjamin@overtag.dk>2022-08-19 14:17:39 +0300
committerBenjamin Bach <benjamin@overtag.dk>2022-08-19 14:17:39 +0300
commita08e3d696fad51297a4d12b1b363d6a14b9f0ae3 (patch)
tree3fb7eacef07c3ad827b4c8c2cbc865af317c023e
parent4efbdbc8eb040ddfa5abb6afeba9eb73f9d8d2dd (diff)
Bump to a valid version scheme, bump node-sass for Node 14 support
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index b755632..73ee0f5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
- "version": "1.0.1alpha1",
+ "version": "1.1.0-alpha.0",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
@@ -30,7 +30,7 @@
"jquery": "^3.6.0",
"lato-font": "^3.0.0",
"mini-css-extract-plugin": "^0.6.0",
- "node-sass": "^4.13.1",
+ "node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"roboto-fontface": "^0.10.0",
"sass-loader": "^7.3.0",