We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad564a commit 681be76Copy full SHA for 681be76
2 files changed
package.json
@@ -4,7 +4,7 @@
4
"main": "dist/main.js",
5
"author": "Brian Vaughn",
6
"user": "bvaughn",
7
- "version": "1.0.2",
+ "version": "1.0.3",
8
"scripts": {
9
"build": "npm run build:website && npm run build:dist",
10
"build:website": "npm run clean:website && NODE_ENV=production webpack --config webpack.config.website.js -p --bail",
src/Highlight.js
@@ -5,7 +5,7 @@ import highlight from 'highlight.js'
export default class Highlight extends Component {
static propTypes = {
children: PropTypes.node.isRequired,
- language: PropTypes.string.isRequired
+ language: PropTypes.string
}
11
componentDidMount () {
0 commit comments