diff --git a/package.json b/package.json index 3acecc4..7defabb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "docs": "typedoc --out docs ./source/Main.ts", "pub": "npm run build && npm run docs && npm run examples && npm publish --access public .", "lint": "eslint --ext .ts .", - "lint-fix": "eslint --ext .ts --fix ." + "lint-fix": "eslint --ext .ts --fix .", + "changeset": "changeset" }, "sideEffects": false, "keywords": [ @@ -60,4 +61,4 @@ "typedoc": "0.23.23", "typescript": "4.9.4" } -} +} \ No newline at end of file