Skip to content

Commit 2c1c512

Browse files
committed
trying to fix build npm issue: use latest node
1 parent 5833b37 commit 2c1c512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 0.8
3+
- 0.10
44

55
env:
66
global:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Tim Wood <[email protected]> (http://timwoodcreates.com/)",
99
"Rocky Meza (http://rockymeza.com)",
1010
"Matt Johnson <[email protected]> (http://codeofmatt.com)",
11-
"Isaac Cambron <[email protected]> (http://drunkencoder.net/)"
11+
"Isaac Cambron <[email protected]> (http://isaaccambron.com)"
1212
],
1313
"keywords": [
1414
"moment",

0 commit comments

Comments
 (0)