Skip to content

Commit ef4adc0

Browse files
committed
chore: Update kcd-scripts and semantic-release
1 parent 27ff9ab commit ef4adc0

File tree

4 files changed

+3918
-1936
lines changed

4 files changed

+3918
-1936
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ merge of your pull request!
2828
- [ ] Documentation
2929
- [ ] Tests
3030
- [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
31-
- [ ] Added myself to contributors table <!-- this is optional, see the contributing guidelines for instructions -->
3231

3332
<!-- feel free to add additional comments -->
3433

CONTRIBUTING.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,4 @@ Also, make sure to run the tests before you commit your changes:
4343
4444
`npm run test` or `yarn test`.
4545
46-
## Add yourself as a contributor
47-
48-
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
49-
50-
To add yourself to the table of contributors on the `README.md`, please use the
51-
automated script as part of your PR:
52-
53-
`npm run add-contributor` or `yarn add-contributor`
54-
55-
Follow the prompt and commit `.all-contributorsrc` and `README.md` in the PR.
56-
5746
Thank you for taking the time to contribute! 👍

package.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"name": "react-semantic-ui-datepickers",
3-
"version": "0.0.0-semantically-released",
3+
"version": "0.0.0-development",
44
"description": "Datepickers built with Semantic UI for React and Dayzed",
55
"main": "dist/react-semantic-ui-datepickers.js",
66
"typings": "./dist/index.d.ts",
77
"scripts": {
8-
"add-contributor": "kcd-scripts contributors add",
98
"build": "kcd-scripts build --bundle cjs.minify",
109
"deploy": "now --public ./storybook-static -A ../now.json && now alias",
1110
"lint": "kcd-scripts lint",
12-
"precommit": "kcd-scripts precommit",
1311
"predeploy": "npm run storybook:build",
1412
"prepare": "cd date-fns-v2/ && npm install",
1513
"semantic-release": "semantic-release",
@@ -20,6 +18,11 @@
2018
"travis-deploy-once": "travis-deploy-once",
2119
"validate": "kcd-scripts validate"
2220
},
21+
"husky": {
22+
"hooks": {
23+
"pre-commit": "kcd-scripts pre-commit"
24+
}
25+
},
2326
"files": [
2427
"dist"
2528
],
@@ -32,6 +35,7 @@
3235
"author": "Arthur Denner <[email protected]>",
3336
"license": "MIT",
3437
"dependencies": {
38+
"@babel/runtime": "^7.4.5",
3539
"classnames": "^2.2.5",
3640
"date-fns": "^1.29.0",
3741
"dayzed": "^2.2.0",
@@ -40,16 +44,15 @@
4044
},
4145
"devDependencies": {
4246
"@storybook/react": "^3.4.0",
43-
"all-contributors-cli": "^5.3.0",
4447
"babel-core": "^6.26.0",
4548
"babel-runtime": "^6.26.0",
46-
"kcd-scripts": "^0.36.1",
49+
"kcd-scripts": "^1.4.0",
4750
"prop-types": "^15.6.1",
4851
"react": ">=16.2.1",
4952
"react-dom": ">=16.2.1",
5053
"rollup-plugin-copy": "^0.2.3",
5154
"rollup-plugin-postcss": "^1.6.2",
52-
"semantic-release": "^15.8.1",
55+
"semantic-release": "^15.13.12",
5356
"semantic-ui-css": "^2.3.1",
5457
"semantic-ui-react": "^0.79.1",
5558
"serve": "^10.0.0",
@@ -69,7 +72,10 @@
6972
"ignoreRestSiblings": true
7073
}
7174
],
72-
"complexity": ["error", 10],
75+
"complexity": [
76+
"error",
77+
10
78+
],
7379
"import/no-unassigned-import": 0,
7480
"no-console": 1
7581
}

0 commit comments

Comments
 (0)