Skip to content

Commit

Permalink
refactor: updated package json version and description (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDiscotech authored Oct 24, 2023
1 parent 953212c commit 1dbf537
Show file tree
Hide file tree
Showing 2 changed files with 592 additions and 560 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solidity-exporter-action",
"version": "1.0.0",
"version": "2.0.0",
"description": "An action to generate npm packages based on Solidity contracts and interfaces",
"main": "lib/main.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/defi-wonderland/solidity-exporter-action-private.git"
"url": "git+https://github.com/defi-wonderland/solidity-exporter-action.git"
},
"keywords": [
"actions",
Expand All @@ -27,27 +27,25 @@
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "6.0.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"fs-extra": "11.1.1",
"husky": "^8.0.3"
"husky": "8.0.3"
},
"devDependencies": {
"@types/chai": "4.3.5",
"@types/diff": "5.0.6",
"@types/fs-extra": "11.0.1",
"@types/glob": "8.1.0",
"@types/mocha": "10.0.1",
"@types/mock-fs": "4.13.1",
"@types/node": "20.8.6",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.2.0",
"@vercel/ncc": "0.36.1",
"chai": "4.3.7",
"eslint": "8.45.0",
"eslint-plugin-github": "4.6.0",
"eslint-plugin-prettier": "5.0.0",
"js-yaml": "4.1.0",
"mocha": "10.2.0",
"mock-fs": "5.2.0",
"prettier": "3.0.3",
Expand Down
Loading

0 comments on commit 1dbf537

Please sign in to comment.