Fixed node 4.x compatibility in ember-cli-string-helpers

no issue
- linked directly to compatibility fix commit
- PR opened at https://github.com/romulomachado/ember-cli-string-helpers/pull/19
This commit is contained in:
Kevin Ansfield 2018-01-29 11:54:24 +00:00
parent 4ade2bbf79
commit 7013b269ce
2 changed files with 8 additions and 1 deletions

View File

@ -62,7 +62,7 @@
"ember-cli-postcss": "3.7.1",
"ember-cli-pretender": "1.0.1",
"ember-cli-shims": "1.2.0",
"ember-cli-string-helpers": "1.6.0",
"ember-cli-string-helpers": "https://github.com/kevinansfield/ember-cli-string-helpers.git#9fda91b34a00e3365833527605b44399f36432d5",
"ember-cli-test-loader": "2.2.0",
"ember-cli-uglify": "2.0.0",
"ember-composable-helpers": "2.1.0",

View File

@ -3240,6 +3240,13 @@ ember-cli-string-helpers@1.6.0:
broccoli-funnel "^1.0.1"
ember-cli-babel "^6.6.0"
"ember-cli-string-helpers@https://github.com/kevinansfield/ember-cli-string-helpers.git#9fda91b34a00e3365833527605b44399f36432d5":
version "1.6.0"
resolved "https://github.com/kevinansfield/ember-cli-string-helpers.git#9fda91b34a00e3365833527605b44399f36432d5"
dependencies:
broccoli-funnel "^1.0.1"
ember-cli-babel "^6.6.0"
ember-cli-string-utils@^1.0.0, ember-cli-string-utils@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ember-cli-string-utils/-/ember-cli-string-utils-1.1.0.tgz#39b677fc2805f55173735376fcef278eaa4452a1"