Skip to content

Commit

Permalink
[fix] revert to dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaagie committed Oct 24, 2013
1 parent 496f09f commit 8dd97ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
@@ -1,13 +1,15 @@
{
"name": "ghost",
"version": "0.3.3",
"private": true,
"scripts": {
"start": "node index",
"test": "grunt validate --verbose"
},
"engines": {
"node": ">=0.10.*"
"node": ">=0.10.* <0.11.4"
},
"engineStrict": true,
"dependencies": {
"express": "3.3.4",
"express-hbs": "0.2.2",
Expand All @@ -16,7 +18,7 @@
"moment": "2.1.0",
"underscore": "1.5.1",
"showdown": "0.3.1",
"sqlite3": "2.1.17",
"sqlite3": "2.1.16",
"bookshelf": "0.5.7",
"knex": "0.4.11",
"when": "2.2.1",
Expand All @@ -28,7 +30,7 @@
"downsize": "0.0.2",
"validator": "1.4.0",
"rss": "0.2.0",
"nodemailer": "0.5.3"
"nodemailer": "0.5.2"
},
"optionalDependencies": {
"mysql": "2.0.0-alpha9"
Expand Down

0 comments on commit 8dd97ce

Please sign in to comment.