Commit Graph

9 Commits

Author SHA1 Message Date
Zoltan Kochan
9bc97e76d4 style: use more ES6 syntax
Use lebab to transpile ES5 code to ES6.
Use eslint to fix styling issues afterwards.
Run all js in strict mode to allow let/const
in Node 4.
2016-08-23 21:12:01 +03:00
Zoltan Kochan
a9afddacfd Read package.json before updating (#284)
* Read package.json before updating

Using the cached version of package.json can cause ovewriting of changes

close #280

* Skip GitHub test on CI

The GitHub test fails frequently with 403 error with no good no reason
2016-08-09 20:33:39 +03:00
Zoltan Kochan
0b1264a372 Uninstall support
close #144
2016-08-07 14:31:33 +03:00
Vladimir Starkov
b9a4f0fa57 implement sorted deps 2016-02-10 20:58:27 +01:00
Rico Sta. Cruz
23156ea9f2 Fix --save mangling package.json data 2016-02-01 04:27:16 +08:00
DaveJ
79e238a34c Use mz/fs instad of thenify 2016-01-31 16:57:12 +00:00
DaveJ
d4eb42a93f Match npm --save behaviour more closely and add support for --save-exact 2016-01-31 16:20:23 +00:00
DaveJ
2b3262c47f Support for the --save and --save-dev flags (including scoped) 2016-01-31 16:17:15 +00:00
DaveJ
9803579af1 Preliminary support for the --save and --save-dev flags 2016-01-31 16:17:15 +00:00