Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from equilibria-xyz/britz-update-packages
Browse files Browse the repository at this point in the history
[Fix] Packages for publishing
  • Loading branch information
kbrizzle authored Jun 4, 2022
2 parents 33edb6c + b1aba08 commit 0d2d46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/perennial-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "@equilibria/perennial-provider",
"version": "0.1.5",
"description": "Library for Perennial product providers",
"private": true,
"files": [
"contracts/interfaces",
"artifacts/contracts/interfaces",
"contracts/oracle",
"contracts/product",
"artifacts/contracts/oracle",
"artifacts/contracts/product",
"deployments/!(localhost)"
],
"scripts": {
Expand All @@ -21,7 +22,6 @@
"lint": "eslint --fix --ext '.ts,.js' ./ && solhint 'contracts/**/*.sol' --fix",
"format": "prettier -w .",
"postinstall": "yarn build",
"prepare": "husky install",
"clean": "rm -rf cache artifacts types/generated",
"node:fork:kovan": "HARDHAT_DEPLOY_FORK=kovan FORK_NETWORK=kovan FORK_ENABLED=true hardhat node",
"prepack": "yarn build && rm -rf ./artifacts/contracts/**/*.dbg.json"
Expand Down
2 changes: 0 additions & 2 deletions packages/perennial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@equilibria/perennial",
"version": "0.1.5",
"description": "Perennial Protocol Core",
"private": true,
"files": [
"contracts/interfaces",
"artifacts/contracts/interfaces",
Expand All @@ -21,7 +20,6 @@
"lint": "eslint --fix --ext '.ts,.js' ./ && solhint 'contracts/**/*.sol' --fix",
"format": "prettier -w .",
"postinstall": "yarn build",
"prepare": "husky install",
"clean": "rm -rf cache artifacts types/generated",
"node:fork:kovan": "HARDHAT_DEPLOY_FORK=kovan FORK_NETWORK=kovan FORK_ENABLED=true hardhat node",
"prepack": "yarn build && rm -rf ./artifacts/contracts/**/*.dbg.json"
Expand Down

0 comments on commit 0d2d46c

Please sign in to comment.