Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
publish 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farism committed Aug 31, 2017
1 parent bfac5c8 commit d9421a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 0.6.0
- better elm-reactor process management
- express > browser-sync
- gulp-elm > gulp-elm-basic
- browser-sync/chokidar for watching instead of gulp/gaze
- more spec coverage

#### 0.4.0

- add uglify to the build-main pipeline
Expand All @@ -6,7 +13,6 @@

- the dev template file generated with init now uses an absolute css path


#### 0.3.1

- temporarily remove the html build task
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-factory",
"version": "0.5.0",
"version": "0.6.0",
"description": "dev server and build system wrapping elm-reactor",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit d9421a4

Please sign in to comment.