Skip to content

Commit

Permalink
chore(gulp): add npm run commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 2, 2016
1 parent 9aed4f2 commit fcebba4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"ios"
],
"license": "MIT",
"scripts": {
"commit": "git-cz"
},
"dependencies": {
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
Expand All @@ -38,11 +41,16 @@
"xml2js": "^0.4.16"
},
"devDependencies": {
"commitizen": "^2.8.2",
"cz-conventional-changelog": "^1.1.6",
"gulp": "^3.9.1",
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^1.2.0",
"rimraf": "^2.5.2",
"xml2js": "^0.4.16"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}

0 comments on commit fcebba4

Please sign in to comment.