diff options
author | eric thul <thul.eric@gmail.com> | 2016-05-21 22:57:33 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-05-21 22:57:33 -0400 |
commit | 44eb153bce3d995e8ded6d5fef486567f5379d0d (patch) | |
tree | e913daff9679aafeda4b6de16f346a831355eba3 /README.md | |
parent | d301b47d8fb7139d11f59c5d969bdde6132a8230 (diff) | |
download | purs-loader-44eb153bce3d995e8ded6d5fef486567f5379d0d.tar.gz purs-loader-44eb153bce3d995e8ded6d5fef486567f5379d0d.tar.zst purs-loader-44eb153bce3d995e8ded6d5fef486567f5379d0d.zip |
Bumping version number to 1.0.0-rc.01.0.0-rc.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,7 @@ | |||
11 | Install with [npm](https://npmjs.org/package/purs-loader). | 11 | Install with [npm](https://npmjs.org/package/purs-loader). |
12 | 12 | ||
13 | ``` | 13 | ``` |
14 | npm install purs-loader --save-dev | 14 | npm install purs-loader@next --save-dev |
15 | ``` | 15 | ``` |
16 | 16 | ||
17 | ## Example | 17 | ## Example |
@@ -37,6 +37,8 @@ const webpackConfig = { | |||
37 | } | 37 | } |
38 | ``` | 38 | ``` |
39 | 39 | ||
40 | Refer to the [purescript-webpack-example](https://github.com/ethul/purescript-webpack-example) for a more detailed example. | ||
41 | |||
40 | ### Options | 42 | ### Options |
41 | 43 | ||
42 | Default options: | 44 | Default options: |