Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 68c4add

Browse files
authored
Merge pull request #78 from Nargonath/develop
Release 3.0.0
2 parents 84bc1d3 + ff9cd92 commit 68c4add

File tree

4 files changed

+809
-612
lines changed

4 files changed

+809
-612
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ notifications:
1212
node_js:
1313
- '12'
1414
- '10'
15-
- '8'
1615
jobs:
1716
include:
1817
- stage: deploy

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1111
[![Build Status](https://travis-ci.org/Nargonath/cra-build-watch.svg?branch=master)](https://travis-ci.org/Nargonath/twitter-auth-await)
1212
[![npm version](https://badge.fury.io/js/cra-build-watch.svg)](https://badge.fury.io/js/cra-build-watch)
13+
![dependabot](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)
1314
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1415

1516
# Disclaimer
@@ -36,6 +37,8 @@ As of now (20/04/2018), `create-react-app` (more precisely `react-scripts`) does
3637

3738
Supports `react-scripts >= 1.0.x`, hence it supports the newest version `3.x.x`.
3839

40+
Supports `node >= 10`.
41+
3942
# Installation
4043

4144
Add it to your project using `npm`:
@@ -87,3 +90,7 @@ If those defaults do not work for you, the script accepts some arguments:
8790
- `-p|--public-path`: expects a relative URL where `/` is the root. If you serve your files using an external webserver this argument is to match with your web server configuration. More information can be found in [webpack configuration guide](https://webpack.js.org/configuration/output/#output-publicpath).
8891
- default: "".
8992
- `-v|--verbose`: display webpack build output.
93+
94+
# Contributions
95+
96+
All contributions are welcomed. Please base your PR on the `develop` branch rather than `master`.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,23 @@
6262
"react-scripts": ">= 1.0.x"
6363
},
6464
"devDependencies": {
65-
"@commitlint/cli": "8.1.0",
66-
"@commitlint/config-conventional": "8.1.0",
65+
"@commitlint/cli": "8.2.0",
66+
"@commitlint/config-conventional": "8.2.0",
6767
"@dixeed/eslint-config": "2.0.0",
68-
"cz-conventional-changelog": "2.1.0",
69-
"eslint": "6.1.0",
70-
"husky": "3.0.3",
68+
"cz-conventional-changelog": "3.0.2",
69+
"eslint": "6.5.1",
70+
"husky": "3.0.8",
7171
"jest": "^24.8.0",
72-
"lint-staged": "9.2.1",
72+
"lint-staged": "9.4.1",
7373
"prettier": "1.18.2"
7474
},
7575
"dependencies": {
76-
"cross-spawn": "6.0.5",
76+
"cross-spawn": "7.0.0",
7777
"fs-extra": "^8.1.0",
7878
"html-webpack-plugin": "^3.2.0",
7979
"import-cwd": "3.0.0",
8080
"meow": "5.0.0",
81-
"ora": "3.4.0",
81+
"ora": "4.0.2",
8282
"semver": "^6.3.0"
8383
}
8484
}

0 commit comments

Comments
 (0)