Skip to content

Commit c0a6783

Browse files
committed
Bump version to 1.0.1
1 parent b92945c commit c0a6783

File tree

2 files changed

+973
-10
lines changed

2 files changed

+973
-10
lines changed

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
{
22
"name": "callable-instance",
3-
"version": "1.0.0",
4-
"description": "Instances of classes which are directly callable as functions.",
3+
"version": "1.0.1",
4+
"description":
5+
"Instances of classes which are directly callable as functions.",
56
"repository": "CGamesPlay/node-callable-instance",
67
"main": "index.js",
78
"scripts": {
89
"test": "grunt test"
910
},
10-
"keywords": [
11-
"instance",
12-
"function",
13-
"object",
14-
"class",
15-
"callable"
16-
],
17-
"bugs": { "url": "https://github.com/CGamesPlay/node-callable-instance/issues" },
11+
"keywords": ["instance", "function", "object", "class", "callable"],
12+
"bugs": {
13+
"url": "https://github.com/CGamesPlay/node-callable-instance/issues"
14+
},
1815
"author": "Ryan Patterson",
1916
"license": "MIT",
2017
"devDependencies": {

0 commit comments

Comments
 (0)