Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit b954b8f

Browse files
committed
Merge branch 'hotfix/1'
Close #1 Fixes #3
2 parents 3c76fb6 + d0c65a0 commit b954b8f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 0.1.2 - 2017-01-04
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- Nothing.
18+
19+
### Fixed
20+
21+
- [#1](https://github.com/phly/php-qa-watch/pull/1) ensures that the `process`
22+
module is present on systems where it is not in the default node/npm
23+
installation.
24+
525
## 0.1.1 - 2016-10-24
626

727
### Added

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"chokidar": "^1.6.1",
3333
"colors": "^1.1.2",
3434
"commander": "^2.9.0",
35-
"node-notifier": "^4.6.1"
35+
"node-notifier": "^4.6.1",
36+
"process": "^0.5.1"
3637
}
3738
}

0 commit comments

Comments
 (0)