uxuimercergroup / evolution

Evolution site: Global framework for digital design and development -- maintained by the Mercer Digital Center of Excellence
https://evolution.mercer.com/
0 stars 0 forks source link

Fix evolution and generator package.json to take correct version of foundation for sites 6.2.1 #83

Closed mgholmes closed 8 years ago

mgholmes commented 8 years ago

The package.json file for evolution site and evolution generator (_package.json) need to be updated tp take the version of foundation we want for Evolution 4.x.x which is currently v6.2.1 and NOT the latest version from NPM.

The problem has to do with the way its called in the package.json file:

"foundation-sites": "^6.2.1"

correction: "foundation-sites": "~6.2.1"

The ^ needs to be a ~ to stay at the current version and not download the latest version from NPM. The ^ will download the latest version after 6.2.1.