From 8f10fa0dec7259d6db3bf674068f150c7a2d07e8 Mon Sep 17 00:00:00 2001 From: Will King Date: Tue, 28 Aug 2018 13:47:58 -0500 Subject: [PATCH] Updating links and small details --- Changelog.yaml | 6 ++++++ License.md | 2 +- Readme.md | 26 ++++++++++++++++---------- package.json | 4 ++-- source/elm-live.js | 6 +++--- 5 files changed, 28 insertions(+), 16 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index dc93886..ab39353 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -1,3 +1,9 @@ +3.0.0@next: + date: 2018-08-24 + new features: + - Upgraded support to Elm 0.19 + - Moved owner of repo from https://github.com/architectcodes to current owner + 2.7.5: date: 2017-07-26 fixed bugs: diff --git a/License.md b/License.md index 06a61cc..bd04aba 100644 --- a/License.md +++ b/License.md @@ -1,4 +1,4 @@ -Copyright © 2015-2017 Tomek Wiszniewski, 2016 Brian Dukes +Copyright © 2018 William King, 2015-2018 Tomek Wiszniewski, 2016 Brian Dukes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Readme.md b/Readme.md index aa5a28c..64debb7 100644 --- a/Readme.md +++ b/Readme.md @@ -1,9 +1,9 @@ [![Travis – build status -](https://img.shields.io/travis/tomekwi/elm-live/master.svg?style=flat-square -)](https://travis-ci.org/tomekwi/elm-live +](https://img.shields.io/travis/wking-io/elm-live/master.svg?style=flat-square +)](https://travis-ci.org/wking-io/elm-live ) [![Coveralls – test coverage -](https://img.shields.io/coveralls/tomekwi/elm-live.svg?style=flat-square -)](https://coveralls.io/r/tomekwi/elm-live +](https://img.shields.io/coveralls/wking-io/elm-live.svg?style=flat-square +)](https://coveralls.io/r/wking-io/elm-live ) @@ -21,7 +21,7 @@ Live reload included!**

Screencast

@@ -57,7 +57,7 @@ npm install --save-dev elm elm-live If you’d rather bring your own global `elm`, `npm install --global elm-live` will do. -Note that you need *node 6.0+* to run the tool natively. But if you’re stuck on an older version, don’t worry! [Rumour has it](https://github.com/tomekwi/elm-live/issues/2#issuecomment-156698732) that you can transpile the code to ES5! +Note that you need *node 6.0+* to run the tool natively. But if you’re stuck on an older version, don’t worry! [Rumour has it](https://github.com/wking-io/elm-live/issues/2#issuecomment-156698732) that you can transpile the code to ES5! @@ -192,7 +192,7 @@ If you’re seeing one of these: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode ``` -make sure you’re running on node 6+. If you can’t upgrade, consider [transpiling](https://github.com/tomekwi/elm-live/issues/2#issuecomment-156698732) `source/elm-live.js` to ES5. +make sure you’re running on node 6+. If you can’t upgrade, consider [transpiling](https://github.com/wking-io/elm-live/issues/2#issuecomment-156698732) `source/elm-live.js` to ES5. By the way, [yarn](https://github.com/yarnpkg/yarn) should be warning you about installing incompatible packages. To get the same behavior in npm, [set the `engine-strict`](https://docs.npmjs.com/misc/config#engine-strict) flag. @@ -201,11 +201,17 @@ By the way, [yarn](https://github.com/yarnpkg/yarn) should be warning you about   +## Original Author +Huge shoutout to the creator [Tomek Wiszniewski](https://github.com/tomekwi)! + +## Current Owner +[Will King](https://github.com/wking-io) + ## CREDITS -Many thanks to [Evan Czaplicki](https://github.com/evancz), the creator of Elm, for [git.io/elm-make](https://git.io/elm-make) – the most brilliant language compiler the world has ever seen! Without _elm make_, _elm-live_ would be a car without an engine. +Many thanks to [Evan Czaplicki](https://github.com/evancz), the creator of Elm, for the [Elm Compiler](https://github.com/elm/compiler) – the most brilliant language compiler the world has ever seen! Without _elm make_, _elm-live_ would be a car without an engine. -Many thanks to [Matt DesLauriers](https://github.com/mattdesl) for the wonderful [git.io/budo-server](https://git.io/budo-server). That’s what does the heavy lifting on the static server side. +Many thanks to [Matt DesLauriers](https://github.com/mattdesl) for the wonderful [budo](https://github.com/mattdesl/budo). That’s what does the heavy lifting on the static server side. Warm thanks to our amazing contributors! Credits to [Brian](https://github.com/bdukes) for making Windows support possible, [Kurt](https://github.com/kbsymanz) for allowing a configurable `--host` and [Josh](https://github.com/joshmh) for his work on enabling client-side navigation. Thanks to [Ryan](https://github.com/Ryan1729) batch updates are nice and fast. Kudos to [Mathieu](https://github.com/magopian), [Rémy](https://github.com/natim) and [Nicolas](https://github.com/n1k0) for making the developer experience smoother and to [Gabriel](https://github.com/peacememories) for the `--before-build` option. Many thanks to [Noah](https://github.com/eeue56) for making sure elm-live works smoothly with [elm-test](https://github.com/elm-community/elm-test). @@ -216,4 +222,4 @@ Warm thanks to our amazing contributors! Credits to [Brian](https://github.com/b ## LICENSE -[MIT](https://git.io/elm-live.License) © [Tomek Wiszniewski](https://github.com/tomekwi) +[MIT](https://git.io/elm-live.License) © [Will King](https://github.com/wking-io) & [Tomek Wiszniewski](https://github.com/tomekwi) diff --git a/package.json b/package.json index b2fe74b..a73a62a 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,10 @@ "tool", "elm" ], - "author": "Tomek Wiszniewski ", + "author": "William King ", "repository": { "type": "git", - "url": "git@github.com:tomekwi/elm-live" + "url": "git@github.com:wking-io/elm-live" }, "devDependencies": { "ava": "^0.16.0", diff --git a/source/elm-live.js b/source/elm-live.js index 37a6711..d5955e9 100644 --- a/source/elm-live.js +++ b/source/elm-live.js @@ -119,12 +119,12 @@ ${dim("elm-live:")} ` ${dim("elm-live:")} I can’t find the command ${bold(args.pathToElm)}! - Looks like ${bold("elm-platform")} isn’t installed. Make sure you’ve followed - the steps at https://git.io/elm-platform and that you can call + Looks like ${bold("elm")} isn’t installed. Make sure you’ve followed + the steps at https://github.com/elm/compiler and that you can call ${bold(args.pathToElm)} from your command line. If that fails, have a look at open issues: - https://github.com/tomekwi/elm-live/issues . + https://github.com/wking-io/elm-live/issues . ` );