Skip to content

Commit bbc323d

Browse files
committed
fix(npm): downgrade untildify@2
Support Node.js 0.12 again
1 parent 2f9b090 commit bbc323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prh": "^1.0.1",
3636
"structured-source": "^3.0.2",
3737
"textlint-rule-helper": "^1.1.3",
38-
"untildify": "^3.0.2"
38+
"untildify": "^2.0.0"
3939
},
4040
"devDependencies": {
4141
"babel-cli": "^6.7.5",

0 commit comments

Comments
 (0)