From 523f0264e8e4eefa4130d6d3ceb43f27d236e650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 1 Jun 2016 12:09:33 +0200 Subject: [PATCH 1/2] Build: Upgrade grunt-check-modules This upgrade is necessary for grunt@1 compatibility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5e7d9c..6c00d5a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "async": "0.9.0", "cheerio": "0.17.0", - "grunt-check-modules": "1.0.0", + "grunt-check-modules": "1.1.0", "grunt-wordpress": "2.1.2", "he": "0.5.0", "highlight.js": "7.3.0", From 1b19b261be337a84df2b93d9151e9deb0121324e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 1 Jun 2016 12:10:24 +0200 Subject: [PATCH 2/2] Build: Add .npmrc with save-exact=true This setting causes the `npm install pkg@version --save` command to always save a pinned version to package.json instead of using the caret (^). --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..cffe8cd --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +save-exact=true