@brentertz/lerna-sandbox-world
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@brentertz/lerna-sandbox-world", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Lerna Sandbox World", | ||
@@ -9,10 +9,13 @@ "author": "Brent Ertz <brent.ertz@gmail.com>", | ||
"scripts": { | ||
"commit": "git-cz", | ||
"lerna": "lerna" | ||
}, | ||
"devDependencies": { | ||
"lerna": "2.0.0-beta.38" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
440
0