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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quotes around keys #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 19, 2017

  1. fixes JohnyDays#2 by adding quotes around keys

    thurt committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    7c1f7ef View commit details
    Browse the repository at this point in the history
  2. adds jest and npm scripts;

    thurt committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    3b1db07 View commit details
    Browse the repository at this point in the history
  3. changes double quotes around key to single quotes -- this makes snaps…

    …hot easier to read b/c it does not need to escape a single quote; changes function name doIt -> jsonFlow;
    thurt committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    bd59d83 View commit details
    Browse the repository at this point in the history
  4. updates .gitignore;

    thurt committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    e648dc7 View commit details
    Browse the repository at this point in the history
  5. adds tests for jsonFlow;

    thurt committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    99ca374 View commit details
    Browse the repository at this point in the history