Skip to content

Commit

Permalink
bump for minor breaking versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scniro committed Sep 23, 2017
1 parent 64e64c4 commit 83ebabb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-codemirror2",
"version": "1.1.1",
"version": "1.1.2",
"description": "a tiny react codemirror component wrapper",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,9 @@
"ide",
"code"
],
"dependencies": {
"codemirror": "^5.0.0"
},
"peerDependencies": {
"react": ">=15.5 <16",
"codemirror": "5.x"
Expand All @@ -44,7 +47,6 @@
"babel-preset-react": "6.24.1",
"babel-register": "6.26.0",
"css-loader": "0.28.7",
"codemirror": "^5.0.0",
"express": "4.15.4",
"js-beautify": "1.7.3",
"node-sass": "4.5.3",
Expand Down

0 comments on commit 83ebabb

Please sign in to comment.