Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 29, 2014
1 parent 82fae1f commit 94b0c3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion bower.json
@@ -1,6 +1,5 @@
{
"name": "function-name",
"version": "0.1.0",
"description": "Get the name of a named function",
"main": "function-name.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions component.json
@@ -1,9 +1,9 @@
{
"name": "function-name",
"version": "0.1.0",
"version": "0.1.1",
"description": "Get the name of a named function",
"main": "function-name.js",
"repo": "sindresorhus/function-name",
"repository": "sindresorhus/function-name",
"license": "MIT",
"keywords": [
"function",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fn-name",
"version": "0.1.0",
"version": "0.1.1",
"description": "Get the name of a named function",
"keywords": [
"function",
Expand All @@ -23,7 +23,7 @@
"test": "mocha"
},
"devDependencies": {
"mocha": "~1.14.0"
"mocha": "*"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 94b0c3e

Please sign in to comment.