Skip to content

Commit

Permalink
Merge pull request #115 from timbeadle/npm-updates-20190526-a
Browse files Browse the repository at this point in the history
Npm updates 20190526 a
  • Loading branch information
timbeadle authored May 26, 2019
2 parents 938a2a1 + 9978136 commit 474b1a2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"test": "snyk test --dev && npm run lint"
},
"dependencies": {
"cfpathcheck": "^3.0.2"
"cfpathcheck": "^3.0.3"
}
}

0 comments on commit 474b1a2

Please sign in to comment.