Skip to content

Commit 39f4c8d

Browse files
committed
Add supporting files for Dakota's script
1 parent 7379882 commit 39f4c8d

File tree

3 files changed

+159
-22
lines changed

3 files changed

+159
-22
lines changed

package-lock.json

+146-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build-client": "webpack -p",
88
"deploy": "script/deploy",
9-
"heroku-token": "script/encrypt-heroku-auth-token",
9+
"heroku-token": "script/encrypt-heroku-auth-token.js",
1010
"seed": "node script/seed.js",
1111
"start": "node server/index.js",
1212
"start-dev": "nodemon server/index.js --ignore public --ignore client & webpack -w",
@@ -16,14 +16,17 @@
1616
"author": "",
1717
"license": "ISC",
1818
"dependencies": {
19-
"axios": "^0.18.0",
19+
"axios": "^0.18.1",
2020
"express": "^4.16.3",
2121
"faker": "^4.1.0",
22+
"git-url-parse": "^11.1.2",
2223
"nodemon": "^1.18.9",
2324
"pg": "^7.4.3",
2425
"react": "^16.5.2",
2526
"react-dom": "^16.5.2",
26-
"sequelize": "^4.38.1"
27+
"sequelize": "^4.38.1",
28+
"simple-git": "^1.122.0",
29+
"yaml": "^1.6.0"
2730
},
2831
"devDependencies": {
2932
"@babel/core": "^7.1.0",

script/keyComments.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"api_key": " the secure key indicates an encrypted value; see README",
3+
"app": " app should be your heroku app name; see README",
4+
"before_deploy": " omit node_modules, since we set skip_cleanup below",
5+
"deploy": " see README for details on these keys",
6+
"skip_cleanup": " prevents travis from deleting the build"
7+
}

0 commit comments

Comments
 (0)