Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • J js-stack-from-scratch
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Verekia
  • js-stack-from-scratch
  • Merge requests
  • !114

Fixes color example in tutorial 2 with version update and method change.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/danjm/master into master Dec 03, 2016
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 3

Created by: danjm

With this commit - https://github.com/Qix-/color-string/commit/437fc18afc4eb8d7b2b178a0643fcfbd9916cc2b - in a dependency of the color package, the example of how to install and use a package in tutorial 2 breaks.

The issue is that hexString() is no longer a method as of version ^1.0.0 of color, which is of course the version that yarn add color will install.

This PR updates the version in the package.json file and the example, to work with the updated Color api.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/danjm/master