Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Upgrade kit version
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan committed Feb 15, 2016
1 parent 48435a5 commit e5b591e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Module dependencies.
*/
var prismic = require('express-prismic').Prismic;
var prismic = require('express-prismic');
var app = require('./config');
var PORT = app.get('port');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"errorhandler": "~1.1.1",
"debug": "~0.7.4",
"jade": "~1.9.2",
"express-prismic": "~0.3.3",
"express-prismic": "~1.0.0",
"promise": "^7.0.4"
},
"repository": {
Expand Down

0 comments on commit e5b591e

Please sign in to comment.