Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 4, 2018. It is now read-only.
/doctrinePublic archive

Commit0b5a8c7

Browse files
authored
Breaking: drop support for Node < 6 (#223)
* Chore: add supported Node.js versions to CIWanted to add Node v11 to the list of versions in CI and noticed a few others were missing. Do we want to drop support for Node@<6 at some point?* Update engines field in package.json
1 parenta05e9f2 commit0b5a8c7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language:node_js
22
node_js:
3-
-"0.10"
4-
-"0.12"
5-
-iojs
6-
-"4"
3+
-"6"
4+
-"8"
5+
-"9"
6+
-"10"
7+
-"11"
78
sudo:false
89
script:"npm test"
910
after_success:

‎lib/doctrine.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
returnfunc.call(obj,name);
2929
};
3030
}());
31-
3231
functionshallowCopy(obj){
3332
varret={},key;
3433
for(keyinobj){

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main":"lib/doctrine.js",
66
"version":"2.1.0",
77
"engines": {
8-
"node":">=0.10.0"
8+
"node":">=6.0.0"
99
},
1010
"directories": {
1111
"lib":"./lib"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp