We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772c593 commit 4c630b2Copy full SHA for 4c630b2
complete.sh
@@ -2,7 +2,9 @@
2
set -e
3
4
git remote rename origin skeleton
5
+npm i lodash.merge
6
./merge-json.js package.json PROJECT-package.json > package.json
7
+npm rm lodash.merge
8
rm merge-json.js PROJECT-package.json complete.sh
9
git add --all .
10
git commit -n -m 'pollinate project'"
package.json
@@ -73,7 +73,6 @@
73
"flow-watch": "^1.1.0",
74
"husky": "^0.13.1",
75
"istanbul": "^0.4.5",
76
- "lodash.merge": "^4.6.0",
77
"mocha": "^3.2.0",
78
"nyc": "^10.1.2",
79
"rimraf": "^2.5.4",
0 commit comments