chore: update package version

This commit is contained in:
Guz013
2023-07-19 16:55:06 -03:00
parent 318ce17c95
commit 5344e93ef1
2 changed files with 1 additions and 6 deletions

View File

@@ -1,15 +1,10 @@
{
"name": "readable-monorepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"private": true,
"scripts": {
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint .",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "readable",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"module": "./src/index.js",