Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panoply committed Aug 23, 2021
1 parent ff3b497 commit 3aa4e53
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brixtol/currency-codes",
"version": "1.0.1",
"version": "1.1.0",
"description": "Mappings for 2 letter (Alpha 2) country codes to 3 letter currency code.",
"author": {
"name": "Νίκος Σαβίδης ",
Expand Down Expand Up @@ -37,8 +37,12 @@
"dev": "rollup -c -w",
"build": "rollup -c --environment prod",
"package": "cd versions; pnpm pack ../ && cd ..",
"test": "ava --watch --verbose",
"postpublish": "npm publish --ignore-scripts --@OWNER:registry='https://registry.npmjs.org'"
"test": "ava --watch --verbose"
},
"prettier": "@brixtol/prettier-config",
"eslintConfig": {
"ignorePatterns": "package",
"extends": "@brixtol/eslint-config"
},
"ava": {
"require": [
Expand All @@ -50,8 +54,10 @@
"concurrency": 5
},
"devDependencies": {
"@brixtol/rollup-utils": "workspace:^0.2.0",
"@brixtol/tsconfig": "workspace:^1.0.0",
"@brixtol/eslint-config": "^1.0.1",
"@brixtol/prettier-config": "^1.0.3",
"@brixtol/rollup-utils": "^0.2.0",
"@brixtol/tsconfig": "^1.0.0",
"@rollup/plugin-commonjs": "^20.0.0",
"esm": "^3.2.25",
"rollup": "^2.56.2",
Expand Down

0 comments on commit 3aa4e53

Please sign in to comment.