Skip to content

Commit

Permalink
v0.0.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel committed Nov 30, 2014
1 parent 9a6c5fe commit c73f73c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "sqljs",
"version": "0.0.0-4",
"version": "0.0.0-5",
"description": "SQL parser",
"keywords": [
"database",
Expand All @@ -23,13 +23,13 @@
"test": "make test"
},
"dependencies": {
"pegjs": "~0.7.0",
"commander": "~2.0.0",
"colors": "~0.6.1"
"colors": "^0.6.2",
"commander": "^2.5.0",
"pegjs": "^0.7.0"
},
"devDependencies": {
"nodeunit": "*",
"browserify": "*"
"browserify": "^6.3.3",
"nodeunit": "^0.9.0"
},
"optionalDependencies": {},
"engines": {
Expand Down

0 comments on commit c73f73c

Please sign in to comment.