Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodny committed Apr 29, 2018
1 parent 2981461 commit 6ca0d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- '6'
- '8'
- '9'
- '10'
script: "npm run test-travis"
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "immutability-helper",
"version": "2.6.6",
"version": "2.7.0",
"description": "mutate a copy of data without changing the original source",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 6ca0d04

Please sign in to comment.