Skip to content

Commit

Permalink
prep for heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Sep 29, 2015
1 parent 325cd72 commit 13bc113
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npm start
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "fs-wc-sample-app",
"version": "1.0.0",
"description": "Sample app for the FamilySearch web components",
"main": "index.html",
"scripts": {
"start": "http-server -p $PORT",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/fs-webcomponents/sample-app.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fs-webcomponents/sample-app/issues"
},
"homepage": "https://github.com/fs-webcomponents/sample-app",
"dependencies": {
"http-server": "^0.8.5"
}
}

0 comments on commit 13bc113

Please sign in to comment.