Sebastiaan Deckers
ef916f62b0
fix: bump ps-tree dependency
...
Solves toolchain warning about missing SPDX license in outdated
dependency ps-tree@0.0.3 -> event-stream@0.5.3 -> optimist@0.2.8.
2015-10-19 12:27:54 +01:00
Remy Sharp
3eea9ec675
fix: dep bumps
2015-10-19 12:27:54 +01:00
greenkeeperio-bot
50de43b3bc
chore(package): pinned dependencies
...
http://greenkeeper.io/
2015-10-19 12:27:53 +01:00
Remy Sharp
12d02b5ec2
test: update tests with new pkg.start
2015-09-19 09:43:12 +01:00
Remy Sharp
7250919e6d
fix: restore file count in verbose mode
2015-09-12 11:34:20 +01:00
Remy Sharp
256f333388
chore: add semantic release
2015-09-11 23:25:57 +01:00
Remy Sharp
f7a94768f6
refactor: add debugging
2015-09-10 10:38:32 +01:00
Remy Sharp
438b8d7c0e
refactor: passing jscs
2015-09-09 22:30:43 +01:00
Remy Sharp
ebbe1edb8d
fix: protect from missing options
2015-09-09 22:30:43 +01:00
Remy Sharp
7496f08330
fix: incorrectly exiting when required
...
test: updated travis tests
2015-09-09 22:29:26 +01:00
Remy Sharp
309423aacf
test: tidy up travis + iojs tests
2015-08-31 18:41:27 +01:00
Remy Sharp
b0fd56f7de
refactor: move watch out in favour of chokidar
...
Plus jscs clean ups
2015-08-31 18:25:55 +01:00
Remy Sharp
2e56d8404e
1.4.1
2015-08-12 09:32:56 +01:00
Remy Sharp
bec80afd88
Merge pull request #591 from JoaoHenriquePereira/support/bump-touch-dependency
...
fix: Bump node-touch to 1.0.0
2015-08-12 09:32:37 +01:00
Remy Sharp
6152786ba2
1.4.0
2015-07-27 21:44:32 +01:00
Joao Madeiras
5ec6101e78
bump node-touch to 1.0.0
2015-07-21 14:57:33 +01:00
Remy Sharp
698dc26aac
1.3.8
2015-07-20 22:03:31 +01:00
Gilad Peleg
1e955b7a38
update license attribute
...
specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-19 13:53:13 +03:00
Remy Sharp
ceb53ce403
1.3.7
2015-02-11 16:21:10 +00:00
Remy Sharp
53587d7380
1.3.6
2015-02-01 16:05:29 +00:00
Remy Sharp
8ee71f4157
1.3.5
2015-01-28 15:13:19 +00:00
Remy Sharp
e6ae2019db
1.3.4
2015-01-28 15:08:55 +00:00
Remy Sharp
575f16a8ff
Bump update-notifier to latest
...
[skip ci]
2015-01-28 15:08:40 +00:00
Remy Sharp
e2f8000581
1.3.3
2015-01-28 15:06:11 +00:00
Remy Sharp
ceeea71870
1.3.2
2015-01-20 14:34:29 +00:00
Remy Sharp
51f825d341
Add test to check if passed opts are priority
...
Currently failing due to bug in code - THIS IS MY PLAN!
2015-01-20 14:08:11 +00:00
Remy Sharp
44f7d49f86
1.3.1
2015-01-19 22:00:18 +00:00
Remy Sharp
d288c0defb
v1.3.0
2015-01-19 21:05:17 +00:00
Remy Sharp
eb980a2036
separate out tests
2015-01-19 20:27:07 +00:00
Remy Sharp
65d2d49120
Merge branch 'master' into feature/pre-post-events
2015-01-16 10:07:03 +00:00
Remy Sharp
c223bfe5d5
Find on linux and detect container offset
...
Closes #455
Closes #453
Fixes #419
This method creates a file and checks the stat to check of an offset between the date on the machine and the created time on the file system. Docker (in my tests) show that you can get the offset using this method.
Once we have the offset, we tell the user (once) and then we use that to find files that have been modified according to the offset (either looking in the last using -mmin or in the future using -newer + a touched file).
2015-01-08 12:35:58 +00:00
Remy Sharp
fcb433d1ee
v1.3.0-6
2014-12-09 23:04:16 +00:00
Remy Sharp
bab695de97
Fixing tests on windows
2014-12-09 22:06:15 +00:00
Remy Sharp
ef9091a7ea
v1.3.0-5
2014-12-09 17:10:33 +00:00
Remy Sharp
fb26d42982
v1.3.0-4
2014-12-09 16:42:51 +00:00
Remy Sharp
01f489311b
v1.3.0-3
2014-12-09 15:27:22 +00:00
Remy Sharp
c5537dee6d
v1.3.0-2
2014-12-09 15:23:04 +00:00
Remy Sharp
142f6635b4
Increase test timeout
2014-12-09 13:12:55 +00:00
Remy Sharp
fef742ba89
1.3.0-1
2014-12-05 11:52:35 +00:00
Remy Sharp
03c2d21c5e
1.3.0-0
2014-12-05 10:37:42 +00:00
Remy Sharp
e3e2d71e5a
WIP
2014-12-04 22:23:38 +00:00
Remy Sharp
a398a97fc3
Removed fork tree test - see comments
2014-12-02 14:59:13 +00:00
Remy Sharp
2c6d562963
No idea why I was using _mocha instead of mocha
2014-12-02 14:06:33 +00:00
Remy Sharp
ee497c9364
Use different server ports for testing
...
Also changed tests so that they run individually instead of in one whacking group. It does mean I can't run `npm test` on windows, but I'm happy to run manually for now.
2014-12-02 13:44:41 +00:00
Remy Sharp
7d3a1ed528
Bump mocha.
...
Fixes #408
2014-11-03 19:38:48 +00:00
Remy Sharp
8a32c73688
1.2.1
2014-07-01 16:56:31 +01:00
Remy Sharp
663af84593
For my own sanity, I've put all contribs in README
...
But not in package.json. I'm not sure I can handle the headache of manually maintaining it in two places - since I'm hand scrapping from the github contribs page (using devtools and jQuery...): https://gist.github.com/remy/a81a1cadee6f1d10bbd2
[skip ci]
2014-06-04 14:00:16 +01:00
Remy Sharp
5eba7ec859
1.2.0
2014-06-04 12:51:33 +01:00
Michael Heuberger
f445e24a32
expose streams for piping (mh)
2014-06-04 23:03:53 +12:00
Michael Heuberger
c4e263ed37
expose streams for piping (mh)
2014-06-04 02:49:24 +12:00