不要怂,就是干,撸起袖子干!

Commit 34e5fc9d by Tiago Ribeiro

Move pg-hstore to devDependencies

1 parent 87de0d90
Showing with 1 additions and 1 deletions
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
"lodash": "~2.4.0", "lodash": "~2.4.0",
"moment": "~2.8.0", "moment": "~2.8.0",
"node-uuid": "~1.4.1", "node-uuid": "~1.4.1",
"pg-hstore": "^2.2.0",
"toposort-class": "~0.3.0", "toposort-class": "~0.3.0",
"validator": "~3.22.1" "validator": "~3.22.1"
}, },
...@@ -48,6 +47,7 @@ ...@@ -48,6 +47,7 @@
"sqlite3": "~3.0.0", "sqlite3": "~3.0.0",
"mysql": "~2.5.0", "mysql": "~2.5.0",
"pg": "~3.6.0", "pg": "~3.6.0",
"pg-hstore": "^2.3.1",
"tedious": "^1.7.0", "tedious": "^1.7.0",
"watchr": "~2.4.11", "watchr": "~2.4.11",
"chai": "~1.9.2", "chai": "~1.9.2",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!