Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

dot-prop 4.0.0 is written in ES2015 #985

Closed
wants to merge 4 commits into from
Closed

Commits on Oct 11, 2016

  1. dot-prop 4.0.0 is written in ES2015

    Starting with version 4.0.0, the library [dot-prop](https://github.com/sindresorhus/dot-prop)
    is now [written in
    ES2015](sindresorhus/dot-prop@88b6eb6),
    which means it doesn't work in IE anymore or when minifying the
    code with uglifyjs as the code isn't transpiled.
    This commit set es6 as format so that the code is transpiled and
    works in IE and when minifying with uglifyjs
    Olivier Ligot committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    90c713f View commit details
    Browse the repository at this point in the history
  2. review: use format esm instead of es6

    Olivier Ligot committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    271b467 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Remove vim swp file

    Olivier Ligot committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    11ac37b View commit details
    Browse the repository at this point in the history
  2. Set loader as plugin-babel and format as cjs

    Olivier Ligot committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    8a514bb View commit details
    Browse the repository at this point in the history