user-agents 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,7 +81,7 @@ jobs:
81
81
  command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
82
82
  - run:
83
83
  name: Install dot-json package
84
- command: npm install dot-json
84
+ command: npm install --no-save dot-json
85
85
  - run:
86
86
  name: Write version to package.json
87
87
  command: $(yarn bin)/dot-json package.json version ${CIRCLE_TAG:1}