diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74055dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf +ChangeLog text eol=lf +LICENSE text eol=lf diff --git a/ChangeLog b/ChangeLog index 5afa55e..1b85e59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +0.0.10 - + * LF line endings to make executable. 0.0.8 - * Fixes caching issues 0.0.6 - diff --git a/package.json b/package.json index 6a117a7..ebd9565 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lockdown", "description": "Lock your node.js app to specific versions (and checksums) of dependencies.", - "version": "0.0.8-dev", + "version": "0.0.10-dev", "author": "Lloyd Hilaiel (http://lloyd.io)", "bin": { "lockdown": "./lockdown.js",