Skip to content

Commit

Permalink
Merge pull request #10 from blueberryapps/remove-dependency-version-l…
Browse files Browse the repository at this point in the history
…ocks

Remove dependecy version locks
  • Loading branch information
Jiří Orság authored Jul 13, 2016
2 parents 0a07403 + 3e18227 commit 337e2af
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radium-bootstrap-grid",
"version": "0.1.1",
"version": "0.1.2",
"description": "Bootstrap grid system using inline styles",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
Expand Down Expand Up @@ -36,19 +36,19 @@
"es6"
],
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"eslint": "^1.7.1",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"react-pure-render": "^1.0.2",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"rimraf": "^2.4.3"
"babel": ">=5.8.23",
"babel-core": ">=5.8.25",
"babel-eslint": ">=4.1.3",
"eslint": ">=1.7.1",
"eslint-config-airbnb": ">=0.1.0",
"eslint-plugin-react": ">=3.5.1",
"react-pure-render": ">=1.0.2",
"react-transform-catch-errors": ">=1.0.0",
"react-transform-hmr": ">=1.0.1",
"rimraf": ">=2.4.3"
},
"peerDependencies": {
"radium": ">=0.15.3",
"react": "^0.14.3"
"react": "=>0.14.3"
}
}

0 comments on commit 337e2af

Please sign in to comment.