Skip to content

Commit

Permalink
fix(pollinate): fix missing lodash.merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 20, 2017
1 parent 772c593 commit 4c630b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions complete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
set -e

git remote rename origin skeleton
npm i lodash.merge
./merge-json.js package.json PROJECT-package.json > package.json
npm rm lodash.merge
rm merge-json.js PROJECT-package.json complete.sh
git add --all .
git commit -n -m 'pollinate project'"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"flow-watch": "^1.1.0",
"husky": "^0.13.1",
"istanbul": "^0.4.5",
"lodash.merge": "^4.6.0",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"rimraf": "^2.5.4",
Expand Down

0 comments on commit 4c630b2

Please sign in to comment.