Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to TypeScript #1

Merged
merged 23 commits into from
Feb 13, 2020
Merged

Migrate to TypeScript #1

merged 23 commits into from
Feb 13, 2020

Commits on Jan 18, 2020

  1. Add description to package

    whymarrh committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    df27bfe View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Configuration menu
    Copy the full SHA
    a8d6d0f View commit details
    Browse the repository at this point in the history
  2. Scope package under @MetaMask

    whymarrh committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    710e962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    805bff0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Add .nvmrc file

    whymarrh committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    4a94d2a View commit details
    Browse the repository at this point in the history
  2. Factor out ESLint config

    whymarrh committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    97c1d2c View commit details
    Browse the repository at this point in the history
  3. ESLint fixes

    whymarrh committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    45ddded View commit details
    Browse the repository at this point in the history
  4. Pull ESLint config from npm

    whymarrh committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    8eb1242 View commit details
    Browse the repository at this point in the history
  5. Add basic CircleCI config

    whymarrh committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    d9e3ed1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Fix spelling in package description

    Co-Authored-By: Erik Marks <25517051+rekmarks@users.noreply.github.com>
    whymarrh and rekmarks committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    a02a610 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Update tsconfig.json module field

    Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
    whymarrh and Gudahtt committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    af2a400 View commit details
    Browse the repository at this point in the history
  2. Update tsconfig.json target

    Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
    whymarrh and Gudahtt committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    058bb0d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    09b65ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a40331 View commit details
    Browse the repository at this point in the history
  3. Add Jest config

    whymarrh committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    312b552 View commit details
    Browse the repository at this point in the history
  4. Remove Reflect shim

    whymarrh committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    860e176 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    293351a View commit details
    Browse the repository at this point in the history
  6. Simplify tsconfig.json file

    whymarrh committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    78b9a36 View commit details
    Browse the repository at this point in the history
  7. ci: Add build to CI jobs

    whymarrh committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2f76321 View commit details
    Browse the repository at this point in the history
  8. ci: Rename workflow

    whymarrh committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    6250be8 View commit details
    Browse the repository at this point in the history
  9. Clean up dependencies

    whymarrh committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2ae9c10 View commit details
    Browse the repository at this point in the history
  10. Update package contents

    $ tar tvf metamask-safe-event-emitter-v1.0.1.tgz
    drwxr-xr-x  0 0      0           0 12 Feb 17:21 package
    -rw-r--r--  0 0      0         481 21 Jan 18:04 package/README.md
    -rw-r--r--  0 0      0         182 12 Feb 16:54 package/index.d.ts
    -rw-r--r--  0 0      0        2115 12 Feb 16:54 package/index.js
    -rw-r--r--  0 0      0        1867 12 Feb 16:54 package/index.js.map
    -rw-r--r--  0 0      0         885 12 Feb 17:22 package/package.json
    whymarrh committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    435bd7d View commit details
    Browse the repository at this point in the history
  11. Update eslint file extensions

    Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
    whymarrh and Gudahtt committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    d1c757b View commit details
    Browse the repository at this point in the history