Skip to content

Commit

Permalink
Adding version to the title
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Jan 9, 2018
1 parent e291421 commit 9c4c641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import React from 'react'
import { configure, addDecorator } from '@storybook/react'
import { setOptions } from '@storybook/addon-options'
import '../modules/primer/index.scss'
import { version } from '../modules/primer/package.json'

setOptions({
name: 'Primer',
name: `Primer v${version}`,
url: 'http://primer.github.io/',
showDownPanel: false,
})
Expand Down

0 comments on commit 9c4c641

Please sign in to comment.