Skip to content

Commit 9747af8

Browse files
committed
bump 0.16
1 parent 45a031f commit 9747af8

File tree

19 files changed

+3897
-56
lines changed

19 files changed

+3897
-56
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
build
33
package-lock.json
44
.DS_Store
5+
.devmode.json

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ prompt.run().then(language => {
5050
fs.mkdirSync(outputDir);
5151
}
5252

53+
// TODO: check "git status" before removing .git
5354
rimraf.sync(path.resolve(outputDir, '.git'));
5455

5556
const options = { dot: true, };

0 commit comments

Comments
 (0)