Skip to content

Commit

Permalink
Release 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Feb 11, 2019
1 parent 4388428 commit d34e55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -271,7 +271,7 @@ execute a command on each change, or get a stdio stream of change events.

The MIT License (MIT)

Copyright (c) 2016 Paul Miller (http://paulmillr.com) & Elan Shanker
Copyright (c) 2016 Paul Miller (https://paulmillr.com) & Elan Shanker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"fs",
"watch",
Expand All @@ -12,13 +12,13 @@
"fsevents"
],
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (http://paulmillr.com), Elan Shanker",
"author": "Paul Miller (https://paulmillr.com), Elan Shanker",
"repository": {
"type": "git",
"url": "https://github.com/paulmillr/chokidar.git"
},
"bugs": {
"url": "http://github.com/paulmillr/chokidar/issues"
"url": "https://github.com/paulmillr/chokidar/issues"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit d34e55e

Please sign in to comment.