Skip to content

Commit

Permalink
Update katex and bump minor version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssonoc authored Feb 13, 2017
1 parent dfaca36 commit e91a53c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-katex",
"version": "1.0.1",
"version": "1.1.0",
"description": "Display math in TeX with KaTeX and ReactJS",
"keywords": [
"react",
Expand All @@ -14,7 +14,8 @@
"scripts": {
"build": "webpack",
"test": "mocha",
"lint": "eslint {src,test}/*.js"
"lint": "eslint {src,test}/*.js",
"prepublish": "npm run build"
},
"author": {
"name": "Talysson",
Expand All @@ -29,7 +30,7 @@
},
"license": "MIT",
"peerDependencies": {
"katex": "^0.6.0",
"katex": "^0.7.0",
"react": "^15.3.2"
},
"devDependencies": {
Expand All @@ -42,7 +43,7 @@
"enzyme": "^2.4.1",
"eslint": "^3.7.1",
"eslint-plugin-react": "^6.4.1",
"katex": "^0.6.0",
"katex": "^0.7.0",
"mocha": "^3.1.2",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
Expand Down

0 comments on commit e91a53c

Please sign in to comment.