Skip to content

Commit

Permalink
Add lodash as prod dep (#36)
Browse files Browse the repository at this point in the history
* Add lodash as prod dep

connects to #35

Change-Type: patch

* re-add secrets
  • Loading branch information
Craig Mulligan committed Oct 2, 2017
1 parent 07c5223 commit da3e76f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dist
node_modules
play.js
npm-debug.log
.babelrc
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ notifications:
email: false
before_install:
- openssl aes-256-cbc -K $encrypted_2d87cfe52d6c_key -iv $encrypted_2d87cfe52d6c_iv
-in secrets.tar.enc -out secrets.tar -d
- tar xvf secrets.tar
-in secret.tar.enc -out secret.tar -d
- tar xvf secret.tar
- mv id_rsa_agile /tmp/id_rsa_agile
- mv ssh.sh /tmp/ssh.sh
- chmod 600 /tmp/id_rsa_agile
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"license": "MIT",
"dependencies": {
"axios": "0.15.3",
"lodash": "4.17.4",
"qs": "^6.4.0",
"url-parse": "1.1.7",
"websocket": "1.0.24"
Expand All @@ -44,4 +45,4 @@
"versionist": "2.8.1",
"webpack": "2.2.1"
}
}
}
Binary file added secret.tar.enc
Binary file not shown.

0 comments on commit da3e76f

Please sign in to comment.