Skip to content

Commit

Permalink
v3.5.5: remove prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 26, 2022
1 parent 615f4ac commit 809917b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/local-currency",
"moduleName": "LocalCurrency",
"version": "3.5.4",
"version": "3.5.5",
"description": "JavaScript library that detects user's local currency and provides functionalities to convert between multiple currencies.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand All @@ -13,7 +13,6 @@
"build": "rm -rf dist && rollup -c rollup.module.config.js",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"prepublishOnly": "yarn build",
"dev": "rollup -c rollup.dev.config.js -w",
"test:units": "yarn build && npx jest --no-cache",
"test": "yarn test:units"
Expand Down

0 comments on commit 809917b

Please sign in to comment.