Skip to content

Commit

Permalink
remove smantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Jul 16, 2017
1 parent ff66815 commit 8b62e5e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 81 deletions.
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "1.3.7",
"version": "2.0.2",
"homepage": "https://github.com/dabeng/OrgChart",
"authors": [
"dabeng <[email protected]>"
Expand Down
Binary file removed deploy_key.enc
Binary file not shown.
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "0.0.0-semantically-released",
"version": "2.0.2",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.js",
"style": [
Expand All @@ -9,13 +9,6 @@
"directories": {
"example": "examples"
},
"scripts": {
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"repository": {
"type": "git",
"url": "https://github.com/dabeng/OrgChart.git"
Expand All @@ -41,10 +34,5 @@
"font-awesome": "^4.6.3",
"jquery-mockjax": "^2.2.0",
"html2canvas": "^0.5.0-beta4"
},
"devDependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"semantic-release": "^6.3.6"
}
}
42 changes: 0 additions & 42 deletions release.sh

This file was deleted.

0 comments on commit 8b62e5e

Please sign in to comment.