diff options
author | eric thul <thul.eric@gmail.com> | 2015-12-29 08:24:06 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-12-29 08:24:06 -0500 |
commit | c01553307e6fcd0abada0b9b2f9ca8d6bb82b863 (patch) | |
tree | f8ad39dc0d21ae4add8f2a3877edf24294d2910f /example/package.json | |
parent | c9ffb38360a93d51f047a184ae13462cb90edb71 (diff) | |
download | purs-loader-c01553307e6fcd0abada0b9b2f9ca8d6bb82b863.tar.gz purs-loader-c01553307e6fcd0abada0b9b2f9ca8d6bb82b863.tar.zst purs-loader-c01553307e6fcd0abada0b9b2f9ca8d6bb82b863.zip |
Updating example for .purs extension
Showing usage of specifying .purs and not specifying an extension for
require statements.
Diffstat (limited to 'example/package.json')
-rw-r--r-- | example/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/package.json b/example/package.json index 5f7ee63..e256de8 100644 --- a/example/package.json +++ b/example/package.json | |||
@@ -11,7 +11,7 @@ | |||
11 | "license": "MIT", | 11 | "license": "MIT", |
12 | "devDependencies": { | 12 | "devDependencies": { |
13 | "node-libs-browser": "^0.5.2", | 13 | "node-libs-browser": "^0.5.2", |
14 | "purescript-webpack-plugin": "^0.1.0", | 14 | "purescript-webpack-plugin": "^0.1.1", |
15 | "purs-loader": "file:../", | 15 | "purs-loader": "file:../", |
16 | "webpack": "^1.12.9" | 16 | "webpack": "^1.12.9" |
17 | } | 17 | } |