Comparing version 0.21.1 to 0.21.2
@@ -0,1 +1,9 @@ | ||
## [Version 0.21.2](https://github.com/egoist/sao/releases/tag/v0.21.2) (2017-8-5) | ||
### Bug fixes | ||
- fix checking isNewFolder: [`a52a80c`](https://github.com/egoist/sao/commit/a52a80c) | ||
[...full changes](https://github.com/egoist/sao/compare/v0.21.1...v0.21.2) | ||
## [Version 0.21.1](https://github.com/egoist/sao/releases/tag/v0.21.1) (2017-8-4) | ||
@@ -2,0 +10,0 @@ |
@@ -134,3 +134,3 @@ 'use strict' | ||
const folderName = path.basename(folderPath) | ||
const isNewFolder = targetPath !== './' | ||
const isNewFolder = folderPath !== process.cwd() | ||
const templateContext = { | ||
@@ -137,0 +137,0 @@ folderName, |
{ | ||
"name": "sao", | ||
"version": "0.21.1", | ||
"version": "0.21.2", | ||
"description": "Futuristic project generator.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
34697