Skip to content

Commit

Permalink
remove elasticbeanstalk stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jseppi committed Mar 8, 2016
1 parent 5138793 commit 8c1a9b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
19 changes: 0 additions & 19 deletions Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions Dockerrun.aws.json

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iswp2017",
"version": "0.0.1",
"version": "1.0.0",
"description": "Web application for the Texas 2017 State Water Plan",
"private": true,
"main": "app/index.es",
Expand All @@ -14,8 +14,7 @@
"unit-test": "NODE_PATH=./app tape test/unit/**.*",
"integration-test": "NODE_PATH=./app lab -T test/integration/transform.js -S test/integration/",
"dev-test": "nodemon --exec npm run unit-test",
"clean-dist": "rm -rf app/public/dist/*.js app/public/dist/*.map app/public/dist/*.css",
"eb-demo-zip": "rm -rf demo-* && zip -r demo-$(date +'%s').zip app package.json webpack.config.js Dockerfile Dockerrun.aws.json"
"clean-dist": "rm -rf app/public/dist/*.js app/public/dist/*.map app/public/dist/*.css"
},
"engines": {
"node": ">=0.12.0",
Expand Down

0 comments on commit 8c1a9b0

Please sign in to comment.