forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into serve-app-under
* master: (32 commits) Publish Reorder publishing instructions Changelog for 1.0.16 (facebook#3376) Update favicon description (facebook#3374) Changelog for 1.0.15 (facebook#3357) Replace template literal; fixes facebook#3367 (facebook#3368) CLI@1.4.2 Publish Add preflight CWD check for npm (facebook#3355) Stop using `npm link` in tests (facebook#3345) Fix for add .gitattributes file facebook#3080 (facebook#3122) Mention that start_url needs to be "." for client side routing start using npm-run-all to build scss and js (facebook#2957) Updating the Service Worker opt-out documentation (facebook#3108) Remove an useless negation in registerServiceWorker.js (facebook#3150) Remove output.path from dev webpack config (facebook#3158) Add `.mjs` support (facebook#3239) Add documentation for Enzyme 3 integration (facebook#3286) Make uglify work in Safari 10.0 - fixes facebook#3280 (facebook#3281) Fix favicon sizes value in manifest (facebook#3287) ...
- Loading branch information
Showing
22 changed files
with
465 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ http://help.appveyor.com/discussions/questions/1310-delete-cache | |
|
||
---- | ||
Just testing if this works. | ||
lalala. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-react-app", | ||
"version": "1.4.1", | ||
"version": "1.4.3", | ||
"keywords": [ | ||
"react" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.js text eol=lf |
Oops, something went wrong.