Skip to content

Commit af3f941

Browse files
authored
Update dependencies (#221)
1 parent 3ec088e commit af3f941

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
destination: coverage reports
2929
- run:
3030
name: Creating Artifacts
31-
command: test -z "`git diff && git diff --cached`" || mkdir -p /tmp/json_artifacts/lib && cp package.json /tmp/json_artifacts && cp lib/*.json /tmp/json_artifacts/lib
31+
command: |
32+
mkdir -p /tmp/json_artifacts/lib
33+
cp package.json /tmp/json_artifacts
34+
cp lib/*.json /tmp/json_artifacts/lib
3235
when: always
3336
- store_artifacts:
3437
path: /tmp/json_artifacts

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"jsdom": "^11.6.2",
5656
"jshint": "^2.9.5",
5757
"json-stable-stringify": "^1.0.1",
58-
"mocha": "^5.0.2",
58+
"mocha": "^5.0.4",
5959
"nyc": "^11.4.1",
6060
"proxyquire": "^2.0.0",
6161
"sinon": "^4.4.2",
@@ -120,5 +120,5 @@
120120
"shorturl": "node scripts/shorturl",
121121
"test": "nyc npm run test_lang"
122122
},
123-
"version": "2.7.2"
123+
"version": "2.7.3"
124124
}

0 commit comments

Comments
 (0)