File tree 3 files changed +3
-3
lines changed
integration-testing/multi-nodejs-test
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Supported Environments
79
79
80
80
Handlebars has been designed to work in any ECMAScript 3 environment. This includes
81
81
82
- - Node.js v6+
82
+ - Node.js
83
83
- Chrome
84
84
- Firefox
85
85
- Safari 5+
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cd "$( dirname "$( readlink -f "$0" )" )" || exit 1
17
17
unset npm_config_prefix
18
18
19
19
echo " Handlebars should be able to run in various versions of NodeJS"
20
- for i in 6 7 8 9 10 11 12 13 ; do
20
+ for i in 0.10 0.12 4 5 6 7 8 9 10 11 ; do
21
21
rm target node_modules package-lock.json -rf
22
22
mkdir target
23
23
nvm install " $i "
Original file line number Diff line number Diff line change 18
18
"license" : " MIT" ,
19
19
"readmeFilename" : " README.md" ,
20
20
"engines" : {
21
- "node" : " >=6 "
21
+ "node" : " >=0.4.7 "
22
22
},
23
23
"dependencies" : {
24
24
"neo-async" : " ^2.6.0" ,
You can’t perform that action at this time.
0 commit comments