Skip to content

Commit 0d27bb5

Browse files
committed
Update KeyQL
1 parent 5988804 commit 0d27bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "functionscript",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A language and specification for turning JavaScript functions into typed HTTP APIs",
55
"author": "Keith Horwood <[email protected]>",
66
"main": "index.js",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"babylon": "^6.16.1",
13-
"keyql": "^0.1.4",
13+
"keyql": "^0.2.0",
1414
"minimatch": "^3.0.4",
1515
"uuid": "^3.0.1"
1616
},

0 commit comments

Comments
 (0)