Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 17c0e38

Browse files
author
Kent C. Dodds
committed
chore(deps): Update dependencies
Also update some docs
1 parent 5066d92 commit 17c0e38

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ In the case of adding a new function, that function must:
2424

2525
- NOT add anything to the prototype of built-in objects (one of StackOverflow's favorite things to do)
2626
- be exported in the `src/index.js` file
27+
- document where the original source came from
2728

2829
All code must follow the styles dictated by ESLint. As long as you don't skip the git hooks,
2930
you shouldn't need to worry about missing something.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/eggheadio-github/stack-overflow-copy-paste#readme",
3333
"devDependencies": {
34-
"ava": "0.10.0",
34+
"ava": "0.11.0",
3535
"babel-cli": "6.4.5",
3636
"babel-preset-es2015": "6.3.13",
3737
"babel-preset-stage-2": "6.3.13",
@@ -43,8 +43,8 @@
4343
"eslint-config-kentcdodds": "5.0.1",
4444
"ghooks": "1.0.3",
4545
"nodemon": "1.8.1",
46-
"nyc": "5.3.0",
47-
"rimraf": "2.5.0",
46+
"nyc": "5.5.0",
47+
"rimraf": "2.5.1",
4848
"semantic-release": "4.3.5",
4949
"validate-commit-msg": "1.1.1"
5050
},

0 commit comments

Comments
 (0)