diff --git a/.github/publish.yml b/.github/workflows/publish.yml similarity index 100% rename from .github/publish.yml rename to .github/workflows/publish.yml diff --git a/package.json b/package.json index 60810fd..9e10986 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { "name": "@across-protocol/constants-v2", - "version": "1.0.0", + "version": "1.0.1", "description": "Export commonly re-used values for Across repositories", "repository": "https://github.com/across-protocol/constants-v2.git", "author": "hello@umaproject.org", "license": "MIT", "private": false, "type": "module", + "files": [ + "/dist/**/*" + ], "scripts": { "lint": "yarn eslint && yarn prettier --list-different", "lint-fix": "yarn eslint --fix && yarn prettier --write",