Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// fix for JR-1313 //

var express = require('express');
var path = require('path');
var favicon = require('serve-favicon');
Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkg_name=sample-node-app
pkg_origin=your_origin
pkg_origin=joewong
pkg_scaffolding="core/scaffolding-node"
pkg_version="1.0.1"

Expand Down