Skip to content

Commit

Permalink
refactor: updated package json version and description
Browse files Browse the repository at this point in the history
* fix: removed unused dependencies
  • Loading branch information
0xDiscotech committed Oct 24, 2023
1 parent ac1cb20 commit bc34164
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1,272 deletions.
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "interface-exporter-action",
"version": "1.0.0",
"description": "An action to generate npm packages based on Solidity contract interfaces",
"name": "solidity-exporter-action",
"version": "2.0.0",
"description": "An action to generate npm packages based on Solidity contracts and interfaces",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/defi-wonderland/interface-exporter-action-private.git"
"url": "git+https://github.com/defi-wonderland/solidity-exporter-action.git"
},
"keywords": [
"actions",
Expand All @@ -25,29 +25,24 @@
"author": "Wonderland",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "6.0.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@actions/core": "1.10.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/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 bc34164

Please sign in to comment.