WingsDao / wings-bridge

Easy integration with Wings
https://wings.ai
GNU General Public License v3.0
1 stars 0 forks source link

chai to be devDependencies to make it faster for users to integrate #2

Closed stefek99 closed 6 years ago

stefek99 commented 6 years ago
added 296 packages in 40.064s

"dependencies": {
    "chai": "^4.1.2",
    "wings-integration": "^1.1.4",
    "zeppelin-solidity": "^1.8.0"
  }

chai to be dev dependency

https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies

borispovod2 commented 6 years ago

yes, sure, but really not so important, devs rare use npm install --prod

stefek99 commented 6 years ago

also installed on npm install on a directory that contains package.json, unless you pass the --production flag

True...

I was just worried it takes forever, 40s to install a few .sol files!

borispovod2 commented 6 years ago

It's not installation of sol files man, it's installation of nodejs dependencies.

stefek99 commented 6 years ago

The reason why anyone is getting this repository is to get a few .sol files.

My intention - making process easy, quick, efficient...