This repository was archived by the owner on Jan 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## Unreleased
6+ ## [ 1.3.6 ] - 2015-11-19
77* make npm install & git init optional ([ #33 ] ( https://github.com/ngoldman/module-init/issues/33 ) )
88* add ` --force ` option to skip prompt and init with defaults
99* fix package name default when ` --dir ` cli option is a nested path
@@ -131,6 +131,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
131131## 0.1.0
132132* working draft
133133
134+ [ 1.3.6 ] : https://github.com/ngoldman/module-init/compare/v1.3.5...v1.3.6
134135[ 1.3.5 ] : https://github.com/ngoldman/module-init/compare/v1.3.4...v1.3.5
135136[ 1.3.4 ] : https://github.com/ngoldman/module-init/compare/v1.3.3...v1.3.4
136137[ 1.3.3 ] : https://github.com/ngoldman/module-init/compare/v1.3.2...v1.3.3
Original file line number Diff line number Diff line change 11{
22 "name" : " module-init" ,
33 "description" : " Create a new node module with all the right stuff." ,
4- "version" : " 1.3.5 " ,
4+ "version" : " 1.3.6 " ,
55 "author" : " Nate Goldman <nate@ngoldman.me>" ,
66 "bin" : {
77 "module-init" : " ./bin/cli.js"
You can’t perform that action at this time.
0 commit comments