user-agents 1.1.4 → 1.1.5
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.
- package/.circleci/config.yml +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
- package/src/user-agents.json.gz +0 -0
package/.circleci/config.yml
CHANGED
|
@@ -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}
|