🔧 Fix incorrect version numbers

This commit is contained in:
James Panther 2021-11-03 09:24:21 +11:00
parent d56da3b0bc
commit dfd4975b72
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "hugo-lynx-theme", "name": "hugo-lynx-theme",
"version": "1.4.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "hugo-lynx-theme", "name": "hugo-lynx-theme",
"version": "1.4.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.4.1", "@tailwindcss/typography": "^0.4.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "hugo-lynx-theme", "name": "hugo-lynx-theme",
"version": "0.0.1", "version": "1.0.0",
"description": "Lynx theme for Hugo", "description": "Lynx theme for Hugo",
"scripts": { "scripts": {
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w", "dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",