File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22
3+ require ( "babel/register" ) ( {
4+ ignore : / n o d e _ m o d u l e s \/ (? ! c o m m i t i z e n ) /
5+ } ) ;
36require ( './commitizen.js' ) ;
Original file line number Diff line number Diff line change 1- require ( "babel/register" ) ;
1+
22require ( '../src/cli/commitizen.js' ) . bootstrap ( ) ;
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22
3+ require ( "babel/register" ) ( {
4+ ignore : / n o d e _ m o d u l e s \/ (? ! c o m m i t i z e n ) /
5+ } ) ;
36require ( './git-cz.js' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " commitizen" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Git commit, but play nice with conventions." ,
55 "main" : " index.js" ,
66 "scripts" : {
2323 "author" : " Jim Cummins <jimthedev@gmail.com>" ,
2424 "license" : " MIT" ,
2525 "devDependencies" : {
26- "babel" : " 5.8.23" ,
2726 "chai" : " 3.3.0" ,
2827 "lodash" : " 3.10.1" ,
29- "mocha" : " 2.3.3" ,
30- "shelljs" : " 0.5.3"
28+ "mocha" : " 2.3.3"
3129 },
3230 "dependencies" : {
3331 "babel" : " 5.8.23" ,
3836 "gulp" : " 3.9.0" ,
3937 "gulp-git" : " 1.5.0" ,
4038 "inquirer" : " 0.10.1" ,
41- "jsontool " : " 7.0.2" ,
39+ "json " : " 7.0.2" ,
4240 "minimist" : " 1.2.0" ,
4341 "node-uuid" : " 1.4.3" ,
4442 "nodemon" : " 1.7.1" ,
4543 "rimraf" : " 2.4.3" ,
4644 "semver" : " 5.0.3" ,
45+ "shelljs" : " 0.5.3" ,
4746 "strip-json-comments" : " 1.0.4" ,
4847 "cz-conventional-changelog" : " 1.1.4"
4948 }
You can’t perform that action at this time.
0 commit comments