1
0
Fork 0

bugfix for npm install step

This commit is contained in:
Travis Fischer 2018-03-06 22:42:54 -05:00 committed by Joost De Cock
parent daf25932ac
commit b93ef06f1c
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ module.exports.initPackageManager = async (opts) => {
const commands = [ const commands = [
{ {
cmd: `${info.manager}`, cmd: `${info.manager} install`,
cwd: dest cwd: dest
}, },
{ {

View file

@ -1,6 +1,6 @@
{ {
"name": "react-modern-library-cli", "name": "react-modern-library-cli",
"version": "1.4.1", "version": "1.4.2",
"description": "CLI for easily bootstrapping modern react libraries", "description": "CLI for easily bootstrapping modern react libraries",
"repository": "transitive-bullshit/react-modern-library-cli", "repository": "transitive-bullshit/react-modern-library-cli",
"main": "index.js", "main": "index.js",