Skip to content

Commit

Permalink
build(changelog): set package.json as private
Browse files Browse the repository at this point in the history
  • Loading branch information
doyouhaobaby committed Aug 9, 2019
1 parent ba5c14d commit 24054d6
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "queryphp",
"version": "1.0.0",
"description": "",
"dependencies": {},
"private": true,
"devDependencies": {
"cz-conventional-changelog": "^3.0.2"
},
Expand All @@ -11,19 +8,9 @@
"changelogs": "conventional-changelog -p angular -i CHANGELOG-1.0.md -s -r 0",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hunzhiwange/queryphp.git"
},
"author": "Xiangmin Liu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hunzhiwange/queryphp/issues"
},
"homepage": "http://www.queryphp.com",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 24054d6

Please sign in to comment.