diff --git a/package-lock.json b/package-lock.json index 099a221..f32b459 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,19 @@ { "name": "countrydata.js", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "countrydata.js", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@changesets/cli": "^2.30.0" }, + "bin": { + "countrydata-export": "dist/bin.js" + }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", "@jest/globals": "^30.3.0", diff --git a/package.json b/package.json index 0e94013..6a6fede 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "build:data:fetch": "node scripts/fetch-wikidata.cjs", "format": "prettier --write .", "check-format": "prettier --check .", - "release": "npm run build:data && npm run build && changeset publish --access public", + "release": "npm run build:data && npm run build && changeset publish", "check-exports": "attw --pack .", "lint": "tsc", "test": "vitest run"