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

Appearance settings

Commit 08e9a11

Browse filesBrowse files
committed
Revert "chore: set Node.js compatibility to v6+"
This reverts commit 309d2b4.
1 parent 1fd2ede commit 08e9a11
Copy full SHA for 08e9a11

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎README.markdown‎

Copy file name to clipboardExpand all lines: README.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Supported Environments
7979

8080
Handlebars has been designed to work in any ECMAScript 3 environment. This includes
8181

82-
- Node.js v6+
82+
- Node.js
8383
- Chrome
8484
- Firefox
8585
- Safari 5+
Collapse file

‎integration-testing/multi-nodejs-test/test.sh‎

Copy file name to clipboardExpand all lines: integration-testing/multi-nodejs-test/test.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd "$( dirname "$( readlink -f "$0" )" )" || exit 1
1717
unset npm_config_prefix
1818

1919
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
2121
rm target node_modules package-lock.json -rf
2222
mkdir target
2323
nvm install "$i"
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"readmeFilename": "README.md",
2020
"engines": {
21-
"node": ">=6"
21+
"node": ">=0.4.7"
2222
},
2323
"dependencies": {
2424
"neo-async": "^2.6.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.