Skip to content

Commit

Permalink
Merge branch 'gnosis:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintusTheFifth authored May 29, 2022
2 parents 08f8cac + 8af02e5 commit 9a33bb0
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 969 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "@gnosis.pm/zodiac",
"version": "1.0.6",
"version": "1.0.10",
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",
"author": "Auryn Macmillan <auryn.macmillan@gnosis.io>",
"license": "LGPL-3.0+",
"main": "./dist/src/factory/index.js",
"typings": "./dist/src/factory/index.d.ts",
"files": [
"package.json",
"LICENSE",
"README.md",
"dist",
"contracts"
],
"scripts": {
"build": "hardhat compile",
"build:factory": "tsc -p tsconfig.json",
Expand All @@ -17,9 +24,8 @@
"lint:sol": "solhint 'contracts/**/*.sol'",
"lint:ts": "eslint --max-warnings 0 .",
"fmt:sol": "prettier 'contracts/**/*.sol' -w",
"release:copyfiles": "cp -r ./dist/ ./package/dist && cp README.md package.json ./package && cp -r ./contracts ./package/contracts",
"prerelease": "yarn build && yarn build:factory && rm -rf ./package && mkdir ./package && yarn release:copyfiles",
"release": "yarn publish ./package --access public"
"prerelease": "yarn build && yarn build:factory",
"release": "yarn publish --access public"
},
"directories": {
"test": "test"
Expand Down
101 changes: 0 additions & 101 deletions package/README.md

This file was deleted.

150 changes: 0 additions & 150 deletions package/contracts/core/Modifier.sol

This file was deleted.

Loading

0 comments on commit 9a33bb0

Please sign in to comment.