Skip to content

Commit

Permalink
BREAKING CHANGE: split plugins into their own packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-greene-ck committed Nov 27, 2018
1 parent 7463f84 commit f5f344d
Show file tree
Hide file tree
Showing 108 changed files with 9,564 additions and 1,607 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"release:premajor": "lerna version --cd-version premajor --no-push --skip-npm --yes --force-publish=*",
"release:prerelease": "lerna version --cd-version prerelease --no-push --skip-npm --yes --force-publish=*",
"release:push": "git push --follow-tags",
"release:publish": "lerna exec --ignore '@creditkarma/thrift-integration' 'npm publish --access public'",
"release:publish-fix": "lerna exec --ignore '@creditkarma/thrift-integration' 'npm publish --tag fix --access public'",
"release:publish-next": "lerna exec --ignore '@creditkarma/thrift-integration' 'npm publish --tag next --access public'"
"release:publish": "lerna exec --ignore '@creditkarma/thrift-{integration,server-example}' 'npm publish --access public'",
"release:publish-fix": "lerna exec --ignore '@creditkarma/thrift-{integration,server-example}' 'npm publish --tag fix --access public'",
"release:publish-next": "lerna exec --ignore '@creditkarma/thrift-{integration,server-example}' 'npm publish --tag next --access public'"
},
"keywords": [
"thrift",
Expand Down
2 changes: 1 addition & 1 deletion packages/thrift-client/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"semi": false,
"singleQuote": true,
"arrowParens": "always"
}
}
73 changes: 0 additions & 73 deletions packages/thrift-client/example/calculator-service.ts

This file was deleted.

97 changes: 0 additions & 97 deletions packages/thrift-client/example/client.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/thrift-client/example/tsconfig.json

This file was deleted.

Loading

0 comments on commit f5f344d

Please sign in to comment.