Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
remove postpublish -- need fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Waldmann committed Mar 31, 2014
1 parent e00136b commit de9dd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "openrecord",
"version": "0.10.2",
"version": "0.10.4",
"description": "Active record like ORM for nodejs",
"keywords": ["orm", "record", "sql", "sqlite3", "postgres", "pg", "mysql", "database", "activerecord"],
"author": "Philipp Waldmann <philipp.waldmann@s-team.at>",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"scripts": {
"test": "make test",
"postpublish": "make docs && make push-docs"
"_postpublish": "make docs && make push-docs"
},
"engines": {
"node": ">=0.8.7"
Expand Down

0 comments on commit de9dd76

Please sign in to comment.