Skip to content

Commit

Permalink
chore(package): lock mukla 0.4.4, and fix node 0.10 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 4, 2016
1 parent bafab33 commit 5fbb7a8
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@
"lint:coverage": "nyc check-coverage --lines 0 --branches 0 --statements 0 --functions 0",
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
"prerelease": "npm test",
"release": "standard-version --sign --no-verify",
"precommit": "git add --all",
"commit": "git-cz"
"release": "standard-version --sign --no-verify"
},
"dependencies": {},
"devDependencies": {
"commitizen": "^2.8.6",
"coveralls": "^2.11.14",
"cz-conventional-changelog": "^1.2.0",
"mukla": "^0.4.5",
"mukla": "0.4.4",
"nyc": "^8.3.2",
"pre-commit": "^1.1.3",
"standard": "^8.5.0",
Expand All @@ -35,11 +31,6 @@
"index.js"
],
"keywords": [],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"verb": {
"run": true,
"toc": true,
Expand Down

0 comments on commit 5fbb7a8

Please sign in to comment.