diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..90d3d2a --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +git-tag-version=false \ No newline at end of file diff --git a/package.json b/package.json index f569690..71196d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@roziscoding/composer", - "version": "1.0.4", + "version": "1.0.5", "description": "Standalone implementation of the \"Chain of Command\" pattern", "homepage": "https://github.com/roziscoding/composer", "main": "./out/mod.js",