Skip to content

Commit 58bbec1

Browse files
committed
0.4.2
1 parent 92b7c12 commit 58bbec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"description": "Runnable API Server",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"repository": {
66
"type": "git",
77
"url": "http://github.com/CodeNow/api.git"
@@ -99,8 +99,8 @@
9999
},
100100
"engineStrict": true,
101101
"engine": {
102-
"node" : "0.10.28",
103-
"npm" : "2.1.8"
102+
"node": "0.10.28",
103+
"npm": "2.1.8"
104104
},
105105
"scripts": {
106106
"test-watch": "echo use 'bdd-watch' or 'unit-watch'",

0 commit comments

Comments
 (0)