Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 24, 2015
1 parent ab46253 commit edc1fc2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cp-file",
"version": "2.1.0",
"version": "2.2.0",
"description": "Copy a file",
"license": "MIT",
"repository": "sindresorhus/cp-file",
Expand All @@ -9,11 +9,13 @@
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [{
"name": "Michael Mayer",
"email": "michael@schnittstabil.de",
"url": "schnittstabil.de"
}],
"maintainers": [
{
"name": "Michael Mayer",
"email": "michael@schnittstabil.de",
"url": "schnittstabil.de"
}
],
"engines": {
"node": ">=0.10.0"
},
Expand Down

0 comments on commit edc1fc2

Please sign in to comment.