Pin dependency node-watch to 0.6.0 (https://github.com/woocommerce/woocommerce-admin/pull/1313)
This commit is contained in:
parent
33a7cfa1b0
commit
f8c6d949e4
|
@ -14131,6 +14131,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"node-watch": {
|
||||
"version": "0.6.0",
|
||||
"resolved": "https://registry.npmjs.org/node-watch/-/node-watch-0.6.0.tgz",
|
||||
"integrity": "sha512-XAgTL05z75ptd7JSVejH1a2Dm1zmXYhuDr9l230Qk6Z7/7GPcnAs/UyJJ4ggsXSvWil8iOzwQLW0zuGUvHpG8g==",
|
||||
"dev": true
|
||||
},
|
||||
"node-wp-i18n": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/node-wp-i18n/-/node-wp-i18n-1.2.2.tgz",
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"lerna": "3.10.5",
|
||||
"mini-css-extract-plugin": "0.5.0",
|
||||
"node-sass": "4.11.0",
|
||||
"node-watch": "^0.6.0",
|
||||
"node-watch": "0.6.0",
|
||||
"postcss-color-function": "4.0.1",
|
||||
"postcss-loader": "3.0.0",
|
||||
"prettier": "github:automattic/calypso-prettier#c56b4251",
|
||||
|
|
Loading…
Reference in New Issue