Skip to content

Commit cc308ac

Browse files
committed
Preparing for 1.0.0 release
1 parent bc90e39 commit cc308ac

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Demo
2+
3+
See the demo [here](http://bvaughn.github.io/react-highlight.js/).
4+
15
# Installation
26

37
Install this component using NPM like so:
@@ -7,5 +11,5 @@ npm install react-highlight.js --save
711

812
# License
913

10-
*react-component-boilerplate* is available under the MIT License.
14+
*react-highlight.js* is available under the MIT License.
1115

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/main.js",
55
"author": "Brian Vaughn",
66
"user": "bvaughn",
7-
"version": "0.1.0",
7+
"version": "1.0.0",
88
"scripts": {
99
"build": "npm run build:website && npm run build:dist",
1010
"build:website": "npm run clean:website && NODE_ENV=production webpack --config webpack.config.website.js -p --bail",

0 commit comments

Comments
 (0)