diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..43c97e7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false diff --git a/LICENSE b/LICENSE index 10b7996..75014a9 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 - Copyright (c) 2016 David Chambers + Copyright (c) 2018 David Chambers Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long diff --git a/package.json b/package.json index 69e17b7..39b57f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyz", - "version": "2.1.0", + "version": "3.0.0", "description": "Publish npm packages with fewer screw-ups", "license": "WTFPL", "author": "David Chambers ",