chore: bumped the version to v0.0.1

This commit is contained in:
D. Moonfire 2024-02-24 15:08:33 -06:00
parent b4f8826858
commit fb25e355ab
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@priduck-color-theme/base",
"version": "0.0.0",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@priduck-color-theme/base",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"mkdirp": "^3.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "@priduck-color-theme/base",
"version": "0.0.0",
"version": "0.0.1",
"description": "A color-theme based on a single hue in the LCH colorspace.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"