diff --git a/.npmignore b/.npmignore index acc11750..2027a808 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,16 @@ -.npmignore +.editorconfig +.eslintignore +.eslintrc.yml .gitignore +.gitattributes +.npmignore .gitmodules +.snyk .travis.yml -.eslintrc +.DS_Store /.idea +/.vscode /node_modules /test /*.tgz diff --git a/README.md b/README.md index d904dc32..19b96cba 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ grunt.initConfig({ In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History -_(Nothing yet)_ +See [CHANGELOG](https://github.com/timbeadle/grunt-cfpathcheck/blob/master/CHANGELOG.md). ## License -Copyright (c) 2015 Tim Beadle. Licensed under the MIT license. +Copyright (c) 2015-2019 Tim Beadle. Licensed under the MIT license. diff --git a/package-lock.json b/package-lock.json index 2ccb6e2c..bca2d906 100644 --- a/package-lock.json +++ b/package-lock.json @@ -276,9 +276,9 @@ "dev": true }, "cfpathcheck": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/cfpathcheck/-/cfpathcheck-3.0.2.tgz", - "integrity": "sha512-nEEeVlegzmkn0QyGwUPK2IJeSVd6hHw0GnDg9a8AzR+89Na7XAb7t6QBWJrNNE35v95R9lIeRjqa6uWFftmcag==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/cfpathcheck/-/cfpathcheck-3.0.3.tgz", + "integrity": "sha512-PHXW2tM9TCUwN0D1tUbYkCxM9pbCdS19mXfXuKuK5Ov04rjFQPzIxQqq9Om2kbVLeogXQFZlWYIHNIPS4949Pw==", "requires": { "chalk": "^2.4.2", "checkstyle-formatter": "^1.1.0", diff --git a/package.json b/package.json index 8d0ef8c1..5795c6a0 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "test": "snyk test --dev && npm run lint" }, "dependencies": { - "cfpathcheck": "^3.0.2" + "cfpathcheck": "^3.0.3" } }