Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commits on Jun 1, 2016

  1. deps: [email protected]

    no issue
    - move `validator-js` from a bower dependency to an npm dependency
    - remove `validator` global from `.jshintrc`
    - update all uses of `validator.*` to use ES6 modules (should cut down on the amount of code imported)
    - remove custom validator extensions
      - uses of `validator.empty` have been updated to use Ember's `isBlank` that is imported as if it was an ES6 module via `ember-cli-shims` (we should probably start using `ember-cli-shims` everywhere as it paves the way for migrating to true ES6 modules once Ember has been officially split up)
    kevinansfield committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    cc98b75 View commit details
    Browse the repository at this point in the history