0
0
mirror of https://github.com/tj/n.git synced 2024-12-01 14:41:07 +01:00
Commit Graph

286 Commits

Author SHA1 Message Date
Ted Gaydos
9b4ec677f7 Removed prev, major version bump. Issue #184 2015-05-08 10:02:00 -04:00
Travis Webb
4b626994af Merge pull request #257 from knownasilya/patch-1
Add note about not working on windows
2015-04-20 13:22:30 -04:00
Ilya Radchenko
9f1512b39f Add note about not working on windows
Addresses concerns raised in #151
2015-04-15 16:38:57 -04:00
Travis Webb
c8f5e5d2bf Merge pull request #239 from altern8tif/master
Add newline to display_bin_path_for_version
2015-04-14 22:50:15 -04:00
Travis Webb
5c86fe80ec Merge pull request #229 from ofrobots/fix-make-install
make sure install directory exists
2015-04-14 22:50:00 -04:00
Travis Webb
67173e8cc6 Merge pull request #248 from tedgaydos/master
Include folder lost during activate.
2015-03-24 11:23:29 -04:00
Ted Gaydos
cb665d07f6 include folder was not being copied to working path. 2015-03-24 10:24:05 -04:00
Ted Gaydos
df2d1746e5 Fixed a typo in the include path. 2015-03-24 09:26:00 -04:00
Travis Webb
ab194b3b1c 1.3.0 2015-03-21 12:29:23 -04:00
Travis Webb
532b0ec748 updated VERSION 2015-03-21 12:29:15 -04:00
Travis Webb
3f7381e38f deleted History.md 2015-03-21 12:28:49 -04:00
Travis Webb
32324d5518 Merge pull request #235 from maxrimue/repairing-cp-issue-for-older-nodejs-versions
Fixing problem with older Node.js versions than v0.10.24
2015-03-21 12:26:51 -04:00
Max Rittmüller
d5eb3695fe Shortened code 2015-03-21 12:26:37 +01:00
Travis Webb
9643aaf5c9 Merge pull request #242 from ralphtheninja/master
fix bug with not showing active or downloaded io versions
2015-03-20 20:37:22 -04:00
Travis Webb
4bac9f5081 Merge pull request #234 from maxrimue/support-for-armv6-and-armv7
Adding support for ARMv6 and ARMv7
2015-03-19 13:48:21 -04:00
Kevin Kwa
890598c105 Merge remote-tracking branch 'upstream/master' 2015-03-16 19:27:39 +08:00
Lars-Magnus Skog
1698196c0c fix bug with not showing active or downloaded io versions 2015-03-15 21:28:36 +01:00
Travis Webb
fe3974cb7d Merge pull request #240 from ralphtheninja/master
get rid of backticks
2015-03-15 15:48:52 -04:00
Lars-Magnus Skog
c93c7dfa9b get rid of backticks 2015-03-15 15:24:25 +01:00
Kevin Kwa
8ba08cfc26 Add newline to display_bin_path_for_version 2015-03-11 15:31:59 +08:00
Max Rittmüller
24f4434e5b Fixing problem with older Node.js versions than v0.10.24 2015-03-03 19:28:57 +01:00
Max Rittmüller
f0f2bccd28 Adding support for ARMv6 and ARMv7 2015-03-03 17:53:25 +01:00
Travis Webb
369c18b8d6 Merge pull request #223 from ahmadnassri/patch-1
adding reference to iojs
2015-03-02 15:48:53 -05:00
Ali Ijaz Sheikh
1c9eaae77e make sure install directory exists
Create the target directory structure before copying
2015-02-17 17:32:45 -08:00
Travis Webb
8c05c5ab26 Merge pull request #220 from medimatrix/fix-find-warning
Reorder arguments of 'find' to suppress warning
2015-02-15 12:31:42 -05:00
Ahmad Nassri
dfbce67c27 remove extra spacing 2015-02-11 13:44:39 -05:00
Ahmad Nassri
641a881e27 adding reference to iojs
- looking at the README a visitor wouldn't see support of iojs.
- updating to match `n --help` output
2015-02-11 13:42:24 -05:00
Médi-Rémi Hashim
253baa3a77 Reorder arguments of find to suppress warning 2015-02-04 16:42:52 +00:00
Travis Webb
75a3c8b181 Merge pull request #214 from boopathi/master
Support for iojs and uses https urls
2015-02-04 09:47:40 -05:00
Boopathi Rajaa
42df056cdf Removes all hacky implementations for iojs support and supports env passed as the first optional parameter 2015-01-18 02:27:08 +05:30
Boopathi Rajaa
df9b40f532 Support for iojs and uses https urls 2015-01-14 16:23:25 +05:30
Travis Webb
12401c8966 Merge pull request #211 from grey93/grey93/fix-version-inconsistency
Fix Version Inconsistency
2014-12-30 20:00:04 -05:00
Suyash Verma
6fa4896635 Fix Version Inconsistency 2014-12-30 19:10:44 +05:30
Travis Webb
bab23c4934 1.2.13 2014-12-28 12:19:13 -05:00
Travis Webb
d97b89bb80 1.2.12 2014-12-28 12:18:54 -05:00
Travis Webb
86ba8abd3a updated package.json 2014-12-28 12:18:48 -05:00
Travis Webb
eb1cd5d1ef 1.2.11 2014-12-28 12:15:56 -05:00
Travis Webb
135ff5c740 add contributor 2014-12-28 12:15:48 -05:00
Travis Webb
c4238cd6f7 Merge branch 'master' of github.com:tj/n 2014-12-28 12:14:26 -05:00
Travis Webb
282d8b86db 1.2.10 2014-12-28 12:14:08 -05:00
Travis Webb
ca0ebc4b21 Merge pull request #203 from medimatrix/master
Use tput instead of clear. Closes #196
2014-12-28 12:13:32 -05:00
Médi-Rémi Hashim
562a2b2948 Remove -s flag from read.
Using `stty -echo` for hiding user input means that you can omit the
`-s` flag from `read`.
2014-12-02 20:21:35 +00:00
medimatrix
ad4faa1fd2 Use tput instead of clear. Closes #196
Thanks to @sameoldmadness for the help!
2014-12-02 18:18:01 +00:00
Travis Webb
3a302b7a8b Merge pull request #186 from jbnicolai/fix-arguments-call
Add double quotes around ${@}, otherwise it's just like $* and breaks on spaces
2014-07-17 23:54:49 -04:00
Joshua Appelman
9c2e6b8b6f Add double quotes around ${@}, otherwise it's just like $* and breaks on
spaces.

See: https://github.com/koalaman/shellcheck/wiki/SC2068
2014-07-06 05:16:31 +02:00
Travis Webb
3c486acc64 Update n 2014-06-29 22:17:21 -04:00
Travis Webb
e92ab70e43 1.2.9 2014-06-29 04:23:44 -04:00
Travis Webb
ed6fbabdb7 Merge pull request #178 from yorkie/patch-1
fix #177, add a lock file for n
2014-06-29 04:22:17 -04:00
Yazhong Liu
562f9ecb5f fix #177, add a lock file for n 2014-06-29 14:49:19 +08:00
Travis Webb
1a0b1df0a5 Merge pull request #182 from tjwebb/constraints
metadata update, v1.2.8 release
2014-06-28 00:31:46 -04:00