Skip to content

Commit

Permalink
Update dependencies (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored Mar 9, 2018
1 parent 3ec088e commit af3f941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
destination: coverage reports
- run:
name: Creating Artifacts
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
command: |
mkdir -p /tmp/json_artifacts/lib
cp package.json /tmp/json_artifacts
cp lib/*.json /tmp/json_artifacts/lib
when: always
- store_artifacts:
path: /tmp/json_artifacts
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jsdom": "^11.6.2",
"jshint": "^2.9.5",
"json-stable-stringify": "^1.0.1",
"mocha": "^5.0.2",
"mocha": "^5.0.4",
"nyc": "^11.4.1",
"proxyquire": "^2.0.0",
"sinon": "^4.4.2",
Expand Down Expand Up @@ -120,5 +120,5 @@
"shorturl": "node scripts/shorturl",
"test": "nyc npm run test_lang"
},
"version": "2.7.2"
"version": "2.7.3"
}

0 comments on commit af3f941

Please sign in to comment.