Remove envify from the basic-commonjs example

`envify` is installed as a dependency of the `react` package. There is no need in installing it one more time
This commit is contained in:
thorn0 2015-06-01 01:09:46 +03:00
parent 38acadf6f4
commit 58492362c5
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
"main": "index.js",
"devDependencies": {
"browserify": "^6.3.3",
"envify": "^3.2.0",
"react": "^0.13.0",
"reactify": "^0.17.1"
},