Skip to content

Instantly share code, notes, and snippets.

@EdwinGuzman
Last active October 13, 2016 14:34
Show Gist options
  • Save EdwinGuzman/c15d5875694cc169515a5780674d9f91 to your computer and use it in GitHub Desktop.
Save EdwinGuzman/c15d5875694cc169515a5780674d9f91 to your computer and use it in GitHub Desktop.
// Previous way of importing the NYPL Header in package.json:
"dgx-header-component":"git+ssh://git@bitbucket.org/NYPL/dgx-header-component.git#master",
// Installing the npm Header and Footer:
$ npm install --save @nypl/dgx-header-component
$ npm install --save @nypl/dgx-react-footer
// NPM packages in package.json:
"dependencies": {
"@nypl/dgx-header-component": "1.4.1",
"@nypl/dgx-react-footer": "^0.3.0",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment