Skip to content

Commit

Permalink
Updates ember-validators (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickberkeley authored and snewcomer committed Sep 21, 2018
1 parent 2b740ec commit 8967f86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "4"
- "6"

sudo: required
dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ember-cli-babel": "^6.6.0",
"ember-cli-htmlbars": "^1.1.1",
"ember-get-config": "^0.2.4",
"ember-validators": "^1.0.0"
"ember-validators": "^1.2.0"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2501,9 +2501,9 @@ ember-try@^0.2.23:
rsvp "^3.0.17"
semver "^5.1.0"

ember-validators@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ember-validators/-/ember-validators-1.1.1.tgz#34b06f7c4bde4e57c30cb9dfc6566647c1c140c1"
ember-validators@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/ember-validators/-/ember-validators-1.2.0.tgz#b4bc9aeaf97921d80c41b7dc21acca288d1216ae"
dependencies:
ember-cli-babel "^6.9.2"
ember-require-module "^0.2.0"
Expand Down

0 comments on commit 8967f86

Please sign in to comment.