Skip to content

Commit 266b02c

Browse files
committed
Add npm version requirements
1 parent fd67163 commit 266b02c

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Developing and running stdlib __requires__ the following prerequisites:
2323
* [GNU make][gnu-make]: development utility and task runner
2424
* [curl][curl], [wget][wget], or [fetch][fetch] (FreeBSD): utilities for downloading remote resources
2525
* [Node.js][node-js]: JavaScript runtime (version `>= 0.10`)
26+
* [npm][npm]: package manager (version `> 2.7.0`; if Node `< 1.0.0`, version `> 2.7.0` and `< 4.0.0`)
2627

2728
While not required to run stdlib, the following dependencies may be required for testing, benchmarking, and general development:
2829

@@ -243,6 +244,7 @@ Copyright &copy; 2016-2017. The Stdlib [Authors][authors].
243244
[wget]: http://www.gnu.org/software/wget
244245
[fetch]: http://www.freebsd.org/cgi/man.cgi?fetch%281%29
245246
[node-js]: https://nodejs.org/en/
247+
[npm]: https://www.npmjs.com/
246248

247249
[julia]: http://julialang.org/
248250
[r]: https://www.r-project.org/

TODO.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -972,9 +972,7 @@
972972
973973
123. GitHub issues as a [blog](https://github.com/0x00A/blog)
974974
975-
124. reviews
976-
977-
- is-empty-array => should this just be a method off of `isArray`? => `isArray.isEmptyArray`?
975+
124. [sync-request](https://github.com/ForbesLindesay/sync-request) => useful for REPL
978976
979977
125. include a [creditcard](https://github.com/bendrucker/creditcards) validation module?
980978
@@ -1241,7 +1239,7 @@
12411239
12421240
240. pkg keyword force/network diagram where edges are pkgs and nodes are keywords
12431241
1244-
241. `isNumberArray` is a bit leaky as, currently, really a check for `array`-like
1242+
241. Anything [worthwhile](http://documentcloud.github.io/underscore-contrib)?
12451243
12461244
242. [working remotely](https://github.com/lenazun/working-remotely) adapted for project communication
12471245
@@ -1467,8 +1465,6 @@
14671465
14681466
340. Blog/tutorial [inspiration](http://www.nytimes.com/interactive/2017/01/15/us/politics/you-draw-obama-legacy.html) using gov't data
14691467
1470-
341. [sync-request](https://github.com/ForbesLindesay/sync-request) => useful for REPL
1471-
14721468
14731469
---
14741470

0 commit comments

Comments
 (0)