Merge pull request #1329 from readthedocs/agj/fix-js-package-version

Revert change to JS package
This commit is contained in:
Benjamin Balder Bach 2022-08-24 22:33:09 +02:00 committed by GitHub
commit 03c941aad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "sphinx_rtd_theme",
"version": "1.1.0-alpha.0",
"version": "1.0.1alpha1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
"version": "1.1.0-alpha.0",
"version": "1.0.1alpha1",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",