Skip to content

Commit 809043b

Browse files
committed
Require Node.js 10
1 parent 9a69ce7 commit 809043b

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* text=auto
1+
* text=auto eol=lf

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- 'node'
3+
- '12'

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"description": "Run the Node.js binary no matter what",
55
"license": "MIT",
66
"repository": "sindresorhus/run-node",
7+
"funding": "https://github.com/sponsors/sindresorhus",
78
"author": {
89
"name": "Sindre Sorhus",
910
"email": "sindresorhus@gmail.com",
10-
"url": "sindresorhus.com"
11+
"url": "https://sindresorhus.com"
1112
},
1213
"bin": "run-node",
1314
"engines": {
14-
"node": ">=4"
15+
"node": ">=10"
1516
},
1617
"scripts": {
1718
"test": "./run-node --version"

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This Bash script uses some tricks to find the Node.js binary on your system and
88

99
Can be used from any environment that can spawn a process (Shell, Python, Ruby, Swift, Objective-C, etc).
1010

11-
1211
### npm
1312

1413
#### Install
@@ -67,7 +66,6 @@ If the `RUN_NODE_CACHE_PATH` environment variable is defined explicitly, the scr
6766
- [Sindre Sorhus](https://github.com/sindresorhus)
6867
- [Mathias Fredriksson](https://github.com/mafredri)
6968

70-
7169
---
7270

7371
<div align="center">

0 commit comments

Comments
 (0)