Skip to content

Commit

Permalink
fix(version): Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnext committed Mar 2, 2024
1 parent a5ec76d commit 3b7cd10
Showing 1 changed file with 35 additions and 33 deletions.
68 changes: 35 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "rubiks",
"version": "1.1.2",
"type": "module",
"description": "Rubiks is a 0 dependency extendable logging library for modern applications.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"logger",
"colors",
"chalk",
"console",
"no-color",
"extendable"
],
"author": "Ángel González Vázquez <contact@angelnext.dev>",
"scripts": {
"build": "tsc",
"format": "biome format --write ."
},
"files": ["lib"],
"repository": {
"type": "git",
"url": "git+https://github.com/rubiksjs/rubiks.git"
},
"bugs": {
"url": "https://github.com/rubiksjs/rubiks/issues"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"typescript": "^5.3.3"
}
"$schema": "https://json.schemastore.org/package.json",
"name": "rubiks",
"version": "1.1.3",
"type": "module",
"description": "Rubiks is a 0 dependency extendable logging library for modern applications.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"logger",
"colors",
"chalk",
"console",
"no-color",
"extendable"
],
"author": "Ángel González Vázquez <contact@angelnext.dev>",
"scripts": {
"build": "tsc",
"format": "biome format --write ."
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rubiksjs/rubiks.git"
},
"bugs": {
"url": "https://github.com/rubiksjs/rubiks/issues"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"typescript": "^5.3.3"
}
}

0 comments on commit 3b7cd10

Please sign in to comment.