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

Commit

Permalink
Merge pull request #78 from Nargonath/develop
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
Nargonath authored Oct 4, 2019
2 parents 84bc1d3 + ff9cd92 commit 68c4add
Show file tree
Hide file tree
Showing 4 changed files with 809 additions and 612 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ notifications:
node_js:
- '12'
- '10'
- '8'
jobs:
include:
- stage: deploy
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Build Status](https://travis-ci.org/Nargonath/cra-build-watch.svg?branch=master)](https://travis-ci.org/Nargonath/twitter-auth-await)
[![npm version](https://badge.fury.io/js/cra-build-watch.svg)](https://badge.fury.io/js/cra-build-watch)
![dependabot](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

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

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

Supports `node >= 10`.

# Installation

Add it to your project using `npm`:
Expand Down Expand Up @@ -87,3 +90,7 @@ If those defaults do not work for you, the script accepts some arguments:
- `-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).
- default: "".
- `-v|--verbose`: display webpack build output.

# Contributions

All contributions are welcomed. Please base your PR on the `develop` branch rather than `master`.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,23 @@
"react-scripts": ">= 1.0.x"
},
"devDependencies": {
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@dixeed/eslint-config": "2.0.0",
"cz-conventional-changelog": "2.1.0",
"eslint": "6.1.0",
"husky": "3.0.3",
"cz-conventional-changelog": "3.0.2",
"eslint": "6.5.1",
"husky": "3.0.8",
"jest": "^24.8.0",
"lint-staged": "9.2.1",
"lint-staged": "9.4.1",
"prettier": "1.18.2"
},
"dependencies": {
"cross-spawn": "6.0.5",
"cross-spawn": "7.0.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"import-cwd": "3.0.0",
"meow": "5.0.0",
"ora": "3.4.0",
"ora": "4.0.2",
"semver": "^6.3.0"
}
}
Loading

0 comments on commit 68c4add

Please sign in to comment.