Skip to content

Instantly share code, notes, and snippets.

@dmose
Created March 14, 2019 15:59
Show Gist options
  • Save dmose/e9ea296c42836cfee8dca580bbb547aa to your computer and use it in GitHub Desktop.
Save dmose/e9ea296c42836cfee8dca580bbb547aa to your computer and use it in GitHub Desktop.
diff --git a/.npmrc b/.npmrc
new file mode 100644
index 00000000..b6f27f13
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1 @@
+engine-strict=true
diff --git a/package.json b/package.json
index 0ff17ed5..f3221c09 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,8 @@
"engines": {
"firefox": ">=45.0 <=*",
"//": "when changing node versions, also edit .travis.yml and .nvmrc",
- "node": "8.*"
+ "node": "8.*",
+ "npm": "6.9.0"
},
"homepage": "https://github.com/mozilla/activity-stream",
"keywords": [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment