Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] removed peerDependencies and added a requirement for the Node…
Browse files Browse the repository at this point in the history
…JS version (>=4.1.1) as well as NPM (>=3.0.0)
  • Loading branch information
thealjey committed Oct 31, 2015
1 parent 6acff11 commit fd40706
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "2.0.10",
"description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.",
"main": "build/index.js",
"engines": {
"node": ">=4.1.1",
"npm": ">=3.0.0"
},
"scripts": {
"test": "babel-istanbul cover --root lib --print detail --include-all-sources --include-babel-polyfill jasmine",
"lint": "eslint ./",
Expand Down Expand Up @@ -60,16 +64,12 @@
"node-sass": "^3.4.1",
"node-sass-import-once": "^1.2.0",
"postcss": "^5.0.10",
"react-hot-loader": "^1.3.0",
"tiny-lr": "^0.2.1",
"uglify-js": "^2.5.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"peerDependencies": {
"babel-loader": "5.x",
"babel-runtime": "5.x",
"react-hot-loader": "1.x"
},
"devDependencies": {
"babel-istanbul": "^0.4.1",
"coveralls": "^2.11.4",
Expand Down

0 comments on commit fd40706

Please sign in to comment.