npm - New mark ^ in package.json file -
after last npm update, found package versions started ^
. can't found information it, because of filtering suck signs search engines. so, looks like:
"grunt-autoprefixer": "^0.4.2", "grunt-bower-install": "^0.7.0", "grunt-concurrent": "^0.4.3", "grunt-contrib-clean": "~0.5.0",
some, old ~
. grateful likes or information that.
i have suggestion indicates witch packages updated.
the caret, [...] update recent major version (the first number). ^1.2.3 match 1.x.x release including 1.3.0, hold off on 2.0.0.
http://fredkschott.com/post/2014/02/npm-no-longer-defaults-to-tildes/
Comments
Post a Comment