Skip to content

Commit

Permalink
build: reset version number and license
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Sep 17, 2024
1 parent 7a679ec commit 4ce0c72
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@aurora-is-near/openapi-client",
"description": "A type-safe OpenAPI client generator.",
"version": "5.0.0",
"version": "1.0.0",
"author": "Alex Mendes",
"license": "MIT",
"license": "UNLICENSED",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down Expand Up @@ -54,6 +54,7 @@
"typescript": "*"
},
"devDependencies": {
"@aurora-is-near/eslint-config": "^1.3.8",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
Expand All @@ -66,14 +67,6 @@
"@typescript-eslint/parser": "^5.60.0",
"commitlint": "^8.3.5",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^4.2.5",
"jest": "^29.0.0",
"jsonwebtoken": "^8.5.1",
Expand Down

0 comments on commit 4ce0c72

Please sign in to comment.